You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly,
congratulations on the work done. The repo is amazing.
I wonder if there is any example to make an inference on a .dat file and plot the output (in video format for example) as it appears in the README of the repo.
Thank you very much in advance
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to perform an inference using the test code.
I can notice that the detections are made using the line:
detections = list(map(filter_boxes, detections))
this variable contains a dict with the boxes, scores and labels. My question is about the boxes. The coordinates are x1,y1,x2,y2.
Am I right?
Best regards
Hi, have you successfully implemented detection code for dat files (e.g., video)? If so, could you please explain how to do this? I would really appreciate it. This is my mail "[email protected]".
Firstly,
congratulations on the work done. The repo is amazing.
I wonder if there is any example to make an inference on a .dat file and plot the output (in video format for example) as it appears in the README of the repo.
Thank you very much in advance
The text was updated successfully, but these errors were encountered: