-
Notifications
You must be signed in to change notification settings - Fork 168
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
Comments
have you resized to 360*640 ? |
I tried, but i don't know what do do next. |
The model does not need a 64x3x7x7 input. The input is an image resized do 512x288, as described in the paper. |
Yes, but you use the Dataloader to import it. And the dataloader changed all the dimensions of the input using batch size, etc. |
No. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: