KittiBox
KittiBox copied to clipboard
A car detection model implemented in Tensorflow.
Hi! I have run the demo.py on the input and resulted in error as follows. how I can fix the case? (base) PS C:\Users\mfazl\Desktop\DeepLearning\Task2\MultiNet> python demo.py --gpus 0 --input data/demo/um_000005.png...
Firstly,thanks for your code.It is very useful for my learning.Then,I want to change the "car"detecting to multi-classes detect,about pedestrian ,cyclist and so on.But ,unfortunately,there is many questiones to change the...
Your 1. example in Tutorial -> Getting started does not work in my environment but gives: 2018-02-08 20:43:57,633 INFO Starting inference using data/demo.png as input Traceback (most recent call last):...
@MarvinTeichmann Hello, thanks for your code, I would like to know how to get three result contain: easy, moderate, hard?.just like your's result: Task | moderate | easy | hard...
When I make submodules ,I occured a problem. pip install runcython Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting runcython Collecting Cython>=0.10 (from runcython) Using cached https://pypi.tuna.tsinghua.edu.cn/packages/fe/d6/a097bd9913cc0fc974b968f5586d3f0609f46ca58b2aae3b8dfd51c1fe18/Cython-0.28.2-cp27-cp27mu-manylinux1_x86_64.whl Installing collected packages: Cython, runcython Makefile:5:...
My computer to slow,so set max_steps to 1000.Is training result ineffective? what means display_iter eval_iter save_iter write_iter Thanks
Hi, Thank you for sharing the code. I have been trying to run demo.py. However, architeucture.py gives the following error message, looks like it comes from loading vgg16.npy. Would you...
`Traceback (most recent call last): File "/home/dlwork/anaconda3/envs/tensorflow/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1323, in _do_call return fn(*args) File "/home/dlwork/anaconda3/envs/tensorflow/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1302, in _run_fn status, run_metadata) File "/home/dlwork/anaconda3/envs/tensorflow/lib/python3.5/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.InvalidArgumentError: 0-th...
Hi I would like to ask How is Possible to manage And Control the different Trained weights data 1: I probably understand how to modify a Hypes to train on...