├── .gitignore ├── README.md ├── python_introduction └── python_basics.ipynb ├── pytorch ├── 0_PyTorch_Introduction.ipynb ├── 1_Linear_regression.ipynb ├── 2_PyTorch_with_TORCHVISION.ipynb ├── 3_PyTorch_Transfer_learning.ipynb ├── caltec256subset │ ├── test │ │ ├── 009_0098.jpg │ │ ├── 090_0107.jpg │ │ └── 150_0044.jpg │ ├── train │ │ ├── bear │ │ │ ├── 009_0001.jpg │ │ │ ├── 009_0002.jpg │ │ │ ├── 009_0003.jpg │ │ │ ├── 009_0004.jpg │ │ │ ├── 009_0005.jpg │ │ │ ├── 009_0006.jpg │ │ │ ├── 009_0007.jpg │ │ │ ├── 009_0008.jpg │ │ │ ├── 009_0009.jpg │ │ │ ├── 009_0010.jpg │ │ │ ├── 009_0011.jpg │ │ │ ├── 009_0012.jpg │ │ │ ├── 009_0013.jpg │ │ │ ├── 009_0014.jpg │ │ │ ├── 009_0015.jpg │ │ │ ├── 009_0016.jpg │ │ │ ├── 009_0017.jpg │ │ │ ├── 009_0018.jpg │ │ │ ├── 009_0019.jpg │ │ │ ├── 009_0020.jpg │ │ │ ├── 009_0021.jpg │ │ │ ├── 009_0022.jpg │ │ │ ├── 009_0023.jpg │ │ │ ├── 009_0024.jpg │ │ │ ├── 009_0025.jpg │ │ │ ├── 009_0026.jpg │ │ │ ├── 009_0027.jpg │ │ │ ├── 009_0028.jpg │ │ │ ├── 009_0029.jpg │ │ │ ├── 009_0030.jpg │ │ │ ├── 009_0031.jpg │ │ │ ├── 009_0032.jpg │ │ │ ├── 009_0033.jpg │ │ │ ├── 009_0034.jpg │ │ │ ├── 009_0035.jpg │ │ │ ├── 009_0036.jpg │ │ │ ├── 009_0037.jpg │ │ │ ├── 009_0038.jpg │ │ │ ├── 009_0039.jpg │ │ │ ├── 009_0040.jpg │ │ │ ├── 009_0041.jpg │ │ │ ├── 009_0042.jpg │ │ │ ├── 009_0043.jpg │ │ │ ├── 009_0044.jpg │ │ │ ├── 009_0045.jpg │ │ │ ├── 009_0046.jpg │ │ │ ├── 009_0047.jpg │ │ │ ├── 009_0048.jpg │ │ │ ├── 009_0049.jpg │ │ │ └── 009_0050.jpg │ │ ├── gorilla │ │ │ ├── 090_0001.jpg │ │ │ ├── 090_0002.jpg │ │ │ ├── 090_0003.jpg │ │ │ ├── 090_0004.jpg │ │ │ ├── 090_0005.jpg │ │ │ ├── 090_0006.jpg │ │ │ ├── 090_0007.jpg │ │ │ ├── 090_0008.jpg │ │ │ ├── 090_0009.jpg │ │ │ ├── 090_0010.jpg │ │ │ ├── 090_0011.jpg │ │ │ ├── 090_0012.jpg │ │ │ ├── 090_0013.jpg │ │ │ ├── 090_0014.jpg │ │ │ ├── 090_0015.jpg │ │ │ ├── 090_0016.jpg │ │ │ ├── 090_0017.jpg │ │ │ ├── 090_0018.jpg │ │ │ ├── 090_0019.jpg │ │ │ ├── 090_0020.jpg │ │ │ ├── 090_0021.jpg │ │ │ ├── 090_0022.jpg │ │ │ ├── 090_0023.jpg │ │ │ ├── 090_0024.jpg │ │ │ ├── 090_0025.jpg │ │ │ ├── 090_0026.jpg │ │ │ ├── 090_0027.jpg │ │ │ ├── 090_0028.jpg │ │ │ ├── 090_0029.jpg │ │ │ ├── 090_0030.jpg │ │ │ ├── 090_0031.jpg │ │ │ ├── 090_0032.jpg │ │ │ ├── 090_0033.jpg │ │ │ ├── 090_0034.jpg │ │ │ ├── 090_0035.jpg │ │ │ ├── 090_0036.jpg │ │ │ ├── 090_0037.jpg │ │ │ ├── 090_0038.jpg │ │ │ ├── 090_0039.jpg │ │ │ ├── 090_0040.jpg │ │ │ ├── 090_0041.jpg │ │ │ ├── 090_0042.jpg │ │ │ ├── 090_0043.jpg │ │ │ ├── 090_0044.jpg │ │ │ ├── 090_0045.jpg │ │ │ ├── 090_0046.jpg │ │ │ ├── 090_0047.jpg │ │ │ ├── 090_0048.jpg │ │ │ ├── 090_0049.jpg │ │ │ └── 090_0050.jpg │ │ └── other │ │ │ ├── 001_0001.jpg │ │ │ ├── 002_0001.jpg │ │ │ ├── 003_0001.jpg │ │ │ ├── 004_0001.jpg │ │ │ ├── 005_0001.jpg │ │ │ ├── 007_0001.jpg │ │ │ ├── 008_0001.jpg │ │ │ ├── 010_0001.jpg │ │ │ ├── 011_0001.jpg │ │ │ ├── 012_0001.jpg │ │ │ ├── 013_0001.jpg │ │ │ ├── 014_0001.jpg │ │ │ ├── 015_0001.jpg │ │ │ ├── 016_0001.jpg │ │ │ ├── 017_0001.jpg │ │ │ ├── 020_0001.jpg │ │ │ ├── 021_0001.jpg │ │ │ ├── 022_0001.jpg │ │ │ ├── 023_0001.jpg │ │ │ ├── 025_0001.jpg │ │ │ ├── 026_0001.jpg │ │ │ ├── 037_0001.jpg │ │ │ ├── 038_0001.jpg │ │ │ ├── 039_0001.jpg │ │ │ ├── 041_0001.jpg │ │ │ ├── 108_0001.jpg │ │ │ ├── 109_0001.jpg │ │ │ ├── 110_0001.jpg │ │ │ ├── 114_0001.jpg │ │ │ ├── 119_0001.jpg │ │ │ ├── 120_0001.jpg │ │ │ ├── 124_0001.jpg │ │ │ ├── 128_0001.jpg │ │ │ ├── 129_0001.jpg │ │ │ ├── 130_0001.jpg │ │ │ ├── 134_0001.jpg │ │ │ ├── 138_0001.jpg │ │ │ ├── 142_0001.jpg │ │ │ ├── 149_0001.jpg │ │ │ ├── 151_0001.jpg │ │ │ ├── 152_0001.jpg │ │ │ ├── 158_0001.jpg │ │ │ ├── 159_0001.jpg │ │ │ ├── 165_0001.jpg │ │ │ ├── 168_0001.jpg │ │ │ ├── 169_0001.jpg │ │ │ ├── 171_0001.jpg │ │ │ ├── 176_0001.jpg │ │ │ ├── 183_0001.jpg │ │ │ └── 186_0001.jpg │ └── valid │ │ ├── bear │ │ ├── 009_0069.jpg │ │ ├── 009_0083.jpg │ │ ├── 009_0084.jpg │ │ ├── 009_0085.jpg │ │ ├── 009_0086.jpg │ │ ├── 009_0087.jpg │ │ ├── 009_0088.jpg │ │ ├── 009_0089.jpg │ │ ├── 009_0090.jpg │ │ ├── 009_0091.jpg │ │ ├── 009_0092.jpg │ │ ├── 009_0093.jpg │ │ ├── 009_0094.jpg │ │ ├── 009_0095.jpg │ │ ├── 009_0096.jpg │ │ ├── 009_0097.jpg │ │ ├── 009_0099.jpg │ │ ├── 009_0100.jpg │ │ ├── 009_0101.jpg │ │ └── 009_0102.jpg │ │ ├── gorilla │ │ ├── 090_0193.jpg │ │ ├── 090_0194.jpg │ │ ├── 090_0195.jpg │ │ ├── 090_0196.jpg │ │ ├── 090_0197.jpg │ │ ├── 090_0198.jpg │ │ ├── 090_0199.jpg │ │ ├── 090_0200.jpg │ │ ├── 090_0201.jpg │ │ ├── 090_0202.jpg │ │ ├── 090_0203.jpg │ │ ├── 090_0204.jpg │ │ ├── 090_0205.jpg │ │ ├── 090_0206.jpg │ │ ├── 090_0207.jpg │ │ ├── 090_0208.jpg │ │ ├── 090_0209.jpg │ │ ├── 090_0210.jpg │ │ ├── 090_0211.jpg │ │ └── 090_0212.jpg │ │ └── other │ │ ├── 002_0002.jpg │ │ ├── 010_0002.jpg │ │ ├── 038_0002.jpg │ │ ├── 064_0002.jpg │ │ ├── 065_0002.jpg │ │ ├── 079_0002.jpg │ │ ├── 080_0002.jpg │ │ ├── 085_0002.jpg │ │ ├── 089_0002.jpg │ │ ├── 105_0002.jpg │ │ ├── 115_0002.jpg │ │ ├── 117_0002.jpg │ │ ├── 134_0002.jpg │ │ ├── 186_0002.jpg │ │ ├── 205_0002.jpg │ │ ├── 223_0002.jpg │ │ ├── 236_0002.jpg │ │ ├── 251_0002.jpg │ │ ├── 255_0002.jpg │ │ └── 256_0002.jpg ├── imagenet_classes.txt └── img │ ├── cat.jpg │ ├── centipede.jpg │ └── hamster.jpg └── volume_segmentation_with_unet ├── 01_Volume-Segmentation-with-UNET_Pre-processing.ipynb ├── 02_Volume-Segmentation-with-UNET_training.ipynb ├── 03_Volume-Segmentation-with-UNET_predict.ipynb └── segment_env.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/README.md -------------------------------------------------------------------------------- /python_introduction/python_basics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/python_introduction/python_basics.ipynb -------------------------------------------------------------------------------- /pytorch/0_PyTorch_Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/0_PyTorch_Introduction.ipynb -------------------------------------------------------------------------------- /pytorch/1_Linear_regression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/1_Linear_regression.ipynb -------------------------------------------------------------------------------- /pytorch/2_PyTorch_with_TORCHVISION.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/2_PyTorch_with_TORCHVISION.ipynb -------------------------------------------------------------------------------- /pytorch/3_PyTorch_Transfer_learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/3_PyTorch_Transfer_learning.ipynb -------------------------------------------------------------------------------- /pytorch/caltec256subset/test/009_0098.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/test/009_0098.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/test/090_0107.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/test/090_0107.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/test/150_0044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/test/150_0044.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0003.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0004.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0005.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0006.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0007.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0008.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0009.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0010.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0011.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0012.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0013.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0014.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0015.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0016.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0017.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0018.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0019.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0020.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0021.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0022.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0023.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0024.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0025.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0026.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0027.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0028.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0029.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0030.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0031.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0032.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0033.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0034.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0035.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0036.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0037.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0038.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0039.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0040.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0041.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0042.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0043.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0044.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0045.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0046.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0047.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0048.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0049.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/bear/009_0050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/bear/009_0050.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0003.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0004.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0005.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0006.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0007.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0008.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0009.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0010.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0011.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0012.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0013.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0014.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0015.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0016.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0017.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0018.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0019.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0020.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0021.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0022.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0023.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0024.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0025.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0026.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0027.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0028.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0029.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0030.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0031.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0032.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0033.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0034.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0035.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0036.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0037.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0038.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0039.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0040.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0041.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0042.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0043.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0044.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0045.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0046.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0047.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0048.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0049.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/gorilla/090_0050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/gorilla/090_0050.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/001_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/001_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/002_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/002_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/003_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/003_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/004_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/004_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/005_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/005_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/007_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/007_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/008_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/008_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/010_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/010_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/011_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/011_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/012_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/012_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/013_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/013_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/014_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/014_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/015_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/015_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/016_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/016_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/017_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/017_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/020_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/020_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/021_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/021_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/022_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/022_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/023_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/023_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/025_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/025_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/026_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/026_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/037_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/037_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/038_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/038_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/039_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/039_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/041_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/041_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/108_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/108_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/109_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/109_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/110_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/110_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/114_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/114_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/119_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/119_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/120_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/120_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/124_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/124_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/128_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/128_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/129_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/129_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/130_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/130_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/134_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/134_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/138_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/138_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/142_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/142_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/149_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/149_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/151_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/151_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/152_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/152_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/158_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/158_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/159_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/159_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/165_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/165_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/168_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/168_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/169_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/169_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/171_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/171_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/176_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/176_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/183_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/183_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/train/other/186_0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/train/other/186_0001.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0069.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0069.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0083.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0083.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0084.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0084.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0085.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0085.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0086.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0086.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0087.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0087.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0088.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0088.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0089.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0089.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0090.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0090.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0091.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0091.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0092.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0093.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0093.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0094.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0094.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0095.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0095.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0096.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0097.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0097.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0099.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0099.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0100.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0101.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/bear/009_0102.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/bear/009_0102.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0193.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0193.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0194.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0194.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0195.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0196.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0196.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0197.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0198.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0198.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0199.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0199.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0200.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0201.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0202.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0202.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0203.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0203.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0204.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0204.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0205.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0205.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0206.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0207.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0208.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0208.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0209.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0209.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0210.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0211.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0211.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/gorilla/090_0212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/gorilla/090_0212.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/002_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/002_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/010_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/010_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/038_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/038_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/064_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/064_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/065_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/065_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/079_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/079_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/080_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/080_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/085_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/085_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/089_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/089_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/105_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/105_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/115_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/115_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/117_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/117_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/134_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/134_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/186_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/186_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/205_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/205_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/223_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/223_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/236_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/236_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/251_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/251_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/255_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/255_0002.jpg -------------------------------------------------------------------------------- /pytorch/caltec256subset/valid/other/256_0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/caltec256subset/valid/other/256_0002.jpg -------------------------------------------------------------------------------- /pytorch/imagenet_classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/imagenet_classes.txt -------------------------------------------------------------------------------- /pytorch/img/cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/img/cat.jpg -------------------------------------------------------------------------------- /pytorch/img/centipede.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/img/centipede.jpg -------------------------------------------------------------------------------- /pytorch/img/hamster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/pytorch/img/hamster.jpg -------------------------------------------------------------------------------- /volume_segmentation_with_unet/01_Volume-Segmentation-with-UNET_Pre-processing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/volume_segmentation_with_unet/01_Volume-Segmentation-with-UNET_Pre-processing.ipynb -------------------------------------------------------------------------------- /volume_segmentation_with_unet/02_Volume-Segmentation-with-UNET_training.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/volume_segmentation_with_unet/02_Volume-Segmentation-with-UNET_training.ipynb -------------------------------------------------------------------------------- /volume_segmentation_with_unet/03_Volume-Segmentation-with-UNET_predict.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/volume_segmentation_with_unet/03_Volume-Segmentation-with-UNET_predict.ipynb -------------------------------------------------------------------------------- /volume_segmentation_with_unet/segment_env.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madsendennis/notebooks/HEAD/volume_segmentation_with_unet/segment_env.yml --------------------------------------------------------------------------------