Phase Le
Phase Le
I expect the same thing too
@Reddyforcode Thank you for your attention, I used the detector called LFFD with the sample code at [link](https://github.com/YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices/tree/master/face_detection/deploy_tensorrt), and it used GPU. I modified it to do inference on my...
@Reddyforcode I have monitored the memory with [jtop](https://github.com/rbonghi/jetson_stats/wiki/jtop) when the program started to run till it ended. And memory never reached to the maximum, it only consumed around 2.5GB/4GB. The...
@Reddyforcode I've recently narrowed down the scale of this issue. The problem is the line: ``` import pycuda.autoinit ``` What I did: I wrote a script that takes an image...
Hi @ataparlar, thanks for your detailed description. I understand the issue. But there's one thing that I find unclear: The example of the Time offset at the end of the...
Hi @YamatoAndo, Thanks for your explanation. I was interpreting as if the `Time Offset` was referring to the green line, as only 15 channels of sequence 22 were accounted in...
Cool. Would love to hear from you about how I might join hands working on this, as an Autoware Labs member, discussing more on each item in the Definition of...
Read through your repo. Probably C++17 or higher? Can we have a call of about 1-2 hours so that you can help me set up the dev environment? I need...