mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
added some notes
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
download the data from kaggle and put in folders similar to the video, specifically you should have 4
|
||||
folders:
|
||||
|
||||
- train_images
|
||||
- train_masks
|
||||
- val_images
|
||||
- val_masks
|
||||
@@ -0,0 +1 @@
|
||||
it will put some saved preds here so you can see how it looks like
|
||||
@@ -22,7 +22,7 @@ NUM_WORKERS = 2
|
||||
IMAGE_HEIGHT = 160 # 1280 originally
|
||||
IMAGE_WIDTH = 240 # 1918 originally
|
||||
PIN_MEMORY = True
|
||||
LOAD_MODEL = True
|
||||
LOAD_MODEL = False
|
||||
TRAIN_IMG_DIR = "data/train_images/"
|
||||
TRAIN_MASK_DIR = "data/train_masks/"
|
||||
VAL_IMG_DIR = "data/val_images/"
|
||||
|
||||
Reference in New Issue
Block a user