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

Need help for using my datas in real-time #124

Open
Wakarox opened this issue Aug 3, 2022 · 6 comments
Open

Need help for using my datas in real-time #124

Wakarox opened this issue Aug 3, 2022 · 6 comments

Comments

@Wakarox
Copy link

Wakarox commented Aug 3, 2022

Hello,
I modified the code to use it in real time in an ROS environment.
I need to know where do you modify your inputs in the model.
I have actually a '720, 1280, 3' image from cv2.
Your model need '64, 3, 7, 7'.
Can you have some times to explain me ?

@Wakarox
Copy link
Author

Wakarox commented Aug 3, 2022

@lucastabelini

@ilaij0810
Copy link

have you resized to 360*640 ?

@Wakarox
Copy link
Author

Wakarox commented Aug 20, 2022

I tried, but i don't know what do do next.

@lucastabelini
Copy link
Owner

The model does not need a 64x3x7x7 input. The input is an image resized do 512x288, as described in the paper.

@Wakarox
Copy link
Author

Wakarox commented Aug 21, 2022

Yes, but you use the Dataloader to import it. And the dataloader changed all the dimensions of the input using batch size, etc.
I would try to delete the Dataloader, is it possible ?

@lucastabelini
Copy link
Owner

No.

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