SSD-Tensorflow icon indicating copy to clipboard operation
SSD-Tensorflow copied to clipboard

Single Shot MultiBox Detector in TensorFlow

Results 100 SSD-Tensorflow issues
Sort by recently updated
recently updated
newest added

tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccessFile failed to Create/Open: VOCdevkit/VOC2007JPEGImages/000005.jpg : ϵͳ\udcd5Ҳ\udcbb\udcb5\udcbdָ\udcb6\udca8\udcb5\udcc4·\udcbe\udcb6\udca1\udca3 ; No such process please help!

I run the eval_ssd_network.py in VOCtest07,and got a TypeError: File "/home/sulince/anaconda3/lib/python3.6/site-packages/tensorflow/python/ops/variables.py", line 185, in __call__ return cls._variable_v2_call(*args, **kwargs) TypeError: _variable_v2_call() got an unexpected keyword argument 'collections'

Hello, I am new to tensorflow. I 've trained voc 2007 dataset (without 2012) by following guide. The problem is when I try to run 'eval_ssd_network.py' Below error message is...

this question make me almost crazy, I also read the issues, some body also meet this problem, however, there is no one solve it? can you help me ?

Hello, when I run training ssd network, something went wrong, here is the full log: D:\python3.6\python.exe D:/Project/MyLearning/SSD-Tensorflow-master/train_ssd_network.py WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. For...

I run this command: jupyter notebook notebooks/ssd_notebook.ipynb but have following errors: --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in () 1 from nets import ssd_vgg_300, ssd_common, np_methods 2 from preprocessing...

After image_preprocessing, what is the data type of input data? Is tf.float32, tf.float64 in the range of [0, 1] of tf.uint8 in the range of [0, 255]? Sincerely

I trained SSD-tensorflow on my own data, just to detect one thing,the lounge bridge.Test result like this: trained on the GPU two days, I want to know what caused this...

Coco dataset has been converted to tfrecord format, but still can't train, thanks for your help

Is there a similar implementation for Mobilenet SSD? What if I need to implement mobilenet SSD instead of VGG SSD300? PS: Apart from the frozen graph of tensorflow object detection...