Hi,
We are developed custom code on top of the yolov2 darkflow in python. When we are trying integrate on to jetson, we didint as much performance on jetson tx2, where i will add more commands to improve the performance eventhough i wont able to achive higher fps. Here are there;
sudo nvpmodel -m 0
sudo ~/jetson_clocks.sh
is there anything i missed?
Im refering this github; GitHub - thtrieu/darkflow: Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices. I got more examples only present cpp the sameway when i try to implement tensorrt optimizer also i won’t able to achive. Please help me, or suggest me for my usecase. Thanks in advance.