KittiBox
KittiBox copied to clipboard
A car detection model implemented in Tensorflow.
``` $ make pip install runcython Requirement already satisfied: runcython in d:\programfiles\conda\lib\site-pacges Requirement already satisfied: Cython>=0.10 in d:\programfiles\conda\lib\site-ckages (from runcython) makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp Package python was not found...
dear MarvinTeichmann, I have run your code normally and gotten correct results. However, I found the running time is too long (as your paper declared, the release time is about...
Hello. Whenever I try to run the demo code from terminal it works. But whenever I try to run from an IDLE , by changing the image path to the...
Hello :) This is a really cool idea and implementation! I bumped into what appears to be a small bug with python 3.6 on Ubuntu 16.04. While running `python evaluate.py`...
i found that in tensorvision/core.py line 115-116 is: 'graph['learning_rate'] = learning_rate' 'graph['decoded_logits'] = learning_rate' is there something wrong? apologize for my pool English
How to import new encoders like MobileNet , Inception , Xception ... Instead of VGG or GoogleNet ?
Hello, I cannot get train.py to run. I get this verbose error message. Any suggestions? I can run evaluate and demo without issue ``` (py2) anthony@aZ68MA-D2H-B3:~/KittiBox$ python train.py 2017-06-12 13:52:22,864...
@MarvinTeichmann How reproduce results in your Multinet paper? I tried to add resnet decoders and compare them with the VGG decoder but when I submit results onto http://www.cvlibs.net/datasets/kitti/, it turns...
hey,i was training the kittibox,but my result of evaluation were all zero, i was followed the steps in readme,what steps i missed? other results was right