datitran / raccoon_dataset

The dataset is used to train my own raccoon detector and I blogged about it on Medium
https://medium.com/towards-data-science/how-to-train-your-own-object-detector-with-tensorflows-object-detector-api-bec72ecfe1d9
MIT License
1.27k stars 977 forks source link

train_dir is missing while training object detection using tensorflow lite #112

Open IkrameBeggar opened 4 years ago

IkrameBeggar commented 4 years ago

while trying to train ssd_mobilenet_v2_quantized_300x300_coco i'm getting an error which is assertion error 'train_dir' is missing can anyone help please !

soorajvinod123 commented 4 years ago

python train.py --logtostderr --train_dir=training --pipeline_config_path=training/ssd_mobilenet_v2_quantized_300x300_coco.config use this to train...change --train_dir=training/ to just --train_dir=training