squeezeDet icon indicating copy to clipboard operation
squeezeDet copied to clipboard

A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.

Results 85 squeezeDet issues
Sort by recently updated
recently updated
newest added

Sorry if it's not something I am supposed to ask here. I understood that SqueezeDet is really fast in models for doing both of detection and classification. When you wanted...

Hi, I've done installation, and trying to do the demo as described in README. I downloaded `model_checkpoints.tgz`, untar it. Now, I'm running `python ./src/demo.py`. It works as expected with the...

If user has already tensorflow-gpu1.3.0 and executes `pip install -r requirements.txt` then the older version is installed and this causes a cuDNN error: undefined symbol: cudnnCreate

Recently, I want to write a neural network based on your code. So, can I get the source code about how you train your squeezenet classification network? Thanks a lot!

Hi, I'd like to use squeezeDet for region detection on documents, e.g. detecting tables and headers. So far I have only been able to train with the pre-trained model, training...

Fix typo in random_split_train_val.py

Thank you for posting this implementation. I am having problems with the evaluation process, specifically with it being unable to read my labels. The error says to email you. Any...

I use the Anaconda to config the tensorflow,why hava this problem??

When I ran python ./src/demo.py, i got the following error: Traceback (most recent call last): File "./src/demo.py", line 217, in tf.app.run() File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 44, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough))...

Hi there, Your algorithm impresses me with the fastest inference speed than other algorithms. I am about to begin applying your algorithm on my own work. I have question whether...