lpkoh
lpkoh
@sendeniz did you have success with converting yolov4 at least? Am trying to convert yolov4-csp but its difficult
Do you mean in converting the yolov4 from darknet to pytorch? Am struggling a lot with that.
@jackgao0323 @frenky-strasak Thanks so much for the discussion above, the solution worked to improve the performance of yolov4-csp. However, I realized that there is still a discrepancy between the results...
Ah thank you so much for clarification! I was looking through the repo and I couldn't find a script to filter the predictions by score and NMS. I was wondering...
Would love a feature like this.
> We have released a [TensorRT + C++](https://github.com/ifzhang/ByteTrack/tree/main/deploy/TensorRT/cpp) implementation of ByteTrack and the speed is much faster. Hi yes, thank you for that, I will give it a try. I...
Ah. Could I clarify how this works? So I see when I just go straight to build folder and run test_yolo4, it generates a yolo4 folder that contains a debug...
 Result on csp. Don't think it is a thermal throttling issue as Jetson AGX Xavier is cool to the touch and I have a fan blowing directly at it.
Hi, I have repeated the experiment. The original one was with a low power setting. This is my environment: - Jetpack 4.5.1, TensorRT 7.1.3, CUDA 10.2, CUDNN 8.01 Other details:...
I have re run the result with adac857, thinking it might be due to this issue: https://github.com/ceccocats/tkDNN/issues/226 However, the results have actually slightly worsened, with ~18 fps on yolo4-csp. Can...