Gustav von Zitzewitz

Results 101 comments of Gustav von Zitzewitz

To be honest I don’t know as i did not use the c++ API yet. But I guess it should, why not. If you try please let me know how...

@kitlien please specify exactly what you do and what output you get, i am not able to understand the question

I dont know where you got this code from, but this is totally messed up. If you want to use my inital release, make sure to checkout branch r1.0 Or...

You are not running an SSD_Mobilenet Model. This is a problem caused by split_model. Set it to False in the config then it will run but ofcourse you will not...

have a look at my answer in this issue https://github.com/GustavZ/realtime_object_detection/issues/13 Maybe this helps.

@Kowasaki I am currently working my way through the following projects / papers to come up with a ssd modification that allows segmentation in parallel to bounding box detection. Please...

yeah you can do this ofcourse! its a valid workaround, but i want to achieve a network that can do both simultaniously :)

@Kowasaki any news about this topic from your side?

I started with TensorRT, but i did not get along well with it. In my opinion it is not really recommendable. My jetson has the following setup: OpenCV 3.3.1 CUDA...

I build it from source. There are multiple tutorials if you dont know how to build tensorflow from source on the jetson. This one helped me to understand it better:...