squeezeDet
squeezeDet copied to clipboard
A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
I am trying to run Squeezedet on my custom model. However, the kitty.py file is looking for a train.txt file. I tried to work without having this file and get...
Hi @BichenWuUCB, Many thanks for publishing the sources for your model. I'm working on fitting it to my own dataset (more smartphone-camera shaped), and one of the things I needed...
How to transfer model.ckpt-152000.meta into .pb file, we will apply to graph_transfer? Thank you!!
So that's all the question ;)
I think that there are some problems to download the model parameters.
See issue #48
Hi, This PR makes the demo compatible with Python 3 (without losing compatibility with Python 2), and also fixes an issue with the new argument order of `tf.concat`.
@BichenWuUCB KITTI update their object detection evaluation script on April 25, Which I believe corresponding to file ./src/datasets/kitti_eval/cpp/evaluate_object.cpp. Maybe you want to update it. http://www.cvlibs.net/datasets/kitti/eval_object.php In addition: Can you explain...
Hello, Is there any chance you could provide your model's structure in Caffe? many thanks
Hello, when I see your code , there is 'Currently only supports KITTI dataset' in the train.py. But I need to train this model on the VOC dataset, So I...