futurianh1k
Results
2
issues of
futurianh1k
Hi, I followed your instruction, and trained with kitti dataset and ssd_300_vgg base. I could run training, but cannot run evaluation. I tried evaluation with eval_image_classifier: python eval_image_classifier.py --alsologtostderr --checkpoint_path=checkpoints\ssd_300_vgg.ckpt...
Hi, I have been training with mall dataset, This is the command I used, python -m object-locator.train --train-dir ./object-locator/dataset/mall_dataset/frames/ \ --batch-size 32 \ --lr 1e-3 --optim Adam \ --resume ./model_08.ckpt...