SDC-Vehicle-Detection icon indicating copy to clipboard operation
SDC-Vehicle-Detection copied to clipboard

Udacity Project - Vehicle Detection

Results 13 SDC-Vehicle-Detection issues
Sort by recently updated
recently updated
newest added

Plz anyone let me know about what should be the directory tree /path. my project is on desktop. when I execute tf_convert_data.py it does not take dataset from the given...

NotFoundError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to find any matching files for /home/yuyijie/SSD-Tensorflow/checkpoints/ssd_300_vgg.ckpt When I use these codes I found this error,there is my file structure below,I...

I tried SSD detector with VGG-16 base network (pretrained on voc dataset) and add dlib tracker. but it is too slow to the extent that it can not be used...

Thanks for this implementation. In `ssd_common.py` using default params we have `num_classes=8`; this is consistent with what is in `datasets/kitti*`. I understand why `no_annotations_label=9`, and think I see that these...

Hi, is this working for fine-tune with other dataset?

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 . Q1: i want to modify the base net of ssd for my purpose . is this possible for your code ? i want to examine iception v1 ,...

Command ran: python eval_image_classifier.py --checkpoint_path=logs/ssd_300_kitti/ --eval_dir=logs/ssd_300_kitti/eval/ --dataset_name=kitti --dataset_split_name=test --model_name=ssd_300_vgg --batch_size=1 --max_num_batches=500 --dataset_dir=/home/tfrecords/ Error: Traceback (most recent call last): File "eval_image_classifier.py", line 197, in tf.app.run() File "/usr/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run...

when I run this command: `jupyter notebook notebooks/ssd_kitti_tests.ipynb ` I met a problem when I run the following code: `# with queues.QueueRunners(sess): # Start populating queues. coord = tf.train.Coordinator() threads...