Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inferene file as an example #24

Open
JNaranjo-Alcazar opened this issue Apr 28, 2023 · 3 comments
Open

Inferene file as an example #24

JNaranjo-Alcazar opened this issue Apr 28, 2023 · 3 comments

Comments

@JNaranjo-Alcazar
Copy link

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

@JNaranjo-Alcazar
Copy link
Author

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

@108360215
Copy link

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]".

@sun133233
Copy link

sun133233 commented Apr 11, 2024

Hi, have you implemented detection code? How do you make prediction boxes find their corresponding event frame?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants