-
Notifications
You must be signed in to change notification settings - Fork 151
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
Pre-trained mode #47
Comments
I have the trained model |
can you tell me what the box2d in the test command? I mean, for new data, the label of box2d is unknow |
You have to have that. For example, using a YOLO. That is the input of this method, I think |
I think so! We have to get the 2D detect result. But I find this code in "test" function: |
These should be the result of running inference. Test program puts the 2D information and the resulted 3D information in a line and writes them out. |
yes,but the 2D information not just the left, top, right, bottom pixel coordinates, the "test" function in this program need the 2D information also include the "3D object location x,y,z in camera coordinates (in meters)" |
@deeprun give me the connect way if you need the trained model, I can share you |
link:https://pan.baidu.com/s/1XPFqVXYt0SWxrY_bUvhG-w |
Thank you for posting a download link. Unfortunately it is not possible to create a baidu account from germany. Therefore I can not download the file. Is it possible to download the checkpoint from any other platform? |
Can anyone share a pre-trained model I can run test with? I do not have a GPU so I can not try my own mode...
The text was updated successfully, but these errors were encountered: