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

Hello, I am interested in loading one of the checkpoints you've made into an application that only takes Tensorflow frozen graphs (`.pb` file). I'm using the `freeze_graph.py` tool to do...

I tried to run SSD using the latest Tensorflow >= r1.12 and had a lot of issues. Wonder will support of latest Tensorflow be added in the future? I tried...

Hi, I was checking the pb file converted from ckpt file provided in this repository. ``` **./summarize_graph --in_graph=ssd300_frozen_graph.pb** No inputs spotted. No variables spotted. Found 1 possible outputs: (name=ssd_losses/softmax/Softmax, op=Softmax)...

![image](https://user-images.githubusercontent.com/61485106/84002495-1b398180-a99b-11ea-8685-c4daacef0b23.png) the result of predict is correct(one is panda,the other is dog),but the result of label is only one。The result of label should be one and two.

### I tried to convert the VOC2007 datasets to TF-Records using the tf_convert_data.py like this: python tf_convert_data.py --dataset_name=pascalvoc --dataset_dir=VOCdevkit/VOC2007/test/ --output_name=voc_2007_test --output_dir=VOCdevkit/tfrecords ### And I had download the VOC2007 datasets in...

when run eval_ssd_network.py, meets this `2018-07-24 18:48:02.126672: W ./tensorflow/core/grappler/optimizers/graph_optimizer_stage.h:233] Failed to run optimizer ArithmeticOptimizer, stage HoistCommonFactor. Error: Node average_precision_voc07/ArithmeticOptimizer/HoistCommonFactor_Add_AddN is missing output properties at position :0 (num_outputs=0) AP_VOC07/mAP[0.20843321784099034] AP_VOC12/mAP[0.20235189944609927]`

The problem is when i run the pyhton file,then the program go into the /SSD-Tensorflow-master/datasets/imagenet.py,and in this file the program Create a dict mapping label id to human readable string.So...

can the tensorflow-ssd test on videos,and the speed?thank you

hi,when I run the eval_ssd_network.py, it gave this error: Traceback (most recent call last): File "eval_ssd_network.py", line 346, in tf.app.run() File "/home/maxl/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File...