Gustav von Zitzewitz

Results 101 comments of Gustav von Zitzewitz

@naisy alright, I think about integrating the v2 support. But right now I don't have enough time. Another question: How did you do you Ampere/Volt measurements? Is there an open-source...

@naisy how is performance on MobileNetV2 compared to V1?

Hey @sd12832 To be honest i dont know the exact specs programms installed on your PC. Have you been able to run other TensorFlow models on GPU? First guess: Did...

The OpenCV Tracking API is crap. i implemented it and it is slow as hell. @TheAxelBoy i find your fram skipping approach interesting, would you like to post the whole...

@harsh-agar 1. are you using the current master? 2. how does your config look like? 3. Did you change code? 4. which python / openCV /JetPack version are you using

yes ofcourse. Just use the skripts `train.py` and `eval.py` provided by Tensorflow's Object Detection API like you would with any other model. In `stuff/ssd_mobilenet_checkpoints` you find the same checkpoint files...

Hey @uzbhutta, I suggest you should first take a closer look at tensorflows original object detection API. Try to understand how training and inferencing works, which scripts are usable. And...

@David-Lee-1990 Which version of the model_zoo did you take? (which date is added at the end?) As Tensorflow seems to have changed some layer names in the newer version than...

Yes pretty sure. There are so many changings during the version which lead to strange behavior and errors. I also keep switching versions all the time when I face errors....

Dont use v2.0 Use master. I will update that next week