GOBish
GOBish
Hi, I'm trying to generate a sine wave and play it on either the left channel or right channel. I have been experimenting with the isine code, thank you very...
I converted the yolo v4 model to tensorRT and then ran the demo on the video and got very poor performance, see output below. Running with yolo v4 tiny I...
Hi, Could you review how you implement bounding boxes with deeplab? I am using deeplab on coral and trying to do a similar thing, and I could not fully understand...
I know with Pysot I was able to return a parameter tracker score that reported the confidence of the siam tracking. Is there a parameter with SiamFC-TensorFlow that reports this...
Has there been any success getting the SiamFC tracker to run using a tensorRT model? thanks.
Hi, I am running the demo.py on a Jetson Xavier NX and only getting ~4FPS. I have verified it is running on the GPU. I expected to get much higher...
I am trying to build Caffe on the Xavier NX and the build fails - it seems it can't find the version number of cudnn: (verified that cuDNN 8.0.0.180 is...
Hi, Could you please clarify the coordinate system for the bounding box of the detections? In sort.py, the notes say > Params: > dets - a numpy array of detections...
I have been trying to implement SORT on my Raspberry pi 4 but have not been able to successfully install all the dependencies. When I try to import numba, I...
Hi! I am using coral in a robot application and was hoping someone could point me in the right direction. I have a tensor flow model working well, performance is...