-
Notifications
You must be signed in to change notification settings - Fork 287
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
Step by step on how to run DOPE on low-end device #362
Comments
https://github.com/NVlabs/Deep_Object_Pose/tree/master/inference You can follow the steps here, you can run without ros. |
hello I have run the python inference.py --weights D:/Deep_Object_Pose/weights/pretrained_weights.pth --data D:/Deep_Object_Pose/sample_data --object cracker command and this is the output. Am I in the right track? May I ask what is the next step if I want to run it on my laptop's camera without using ROS, do you have any sample for the Configuration Files/projection matrix that I can use to run it on my laptop? thank you for the help. |
This looks like it ran nicely, do you see an output? I dont remember the interface to the inference script. You are currently running without ROS. So you should be able to replicate this on your laptop. |
Hello, no there is no output, I just run the python inference.py --weights D:/Deep_Object_Pose/weights/pretrained_weights.pth --data D:/Deep_Object_Pose/sample_data --object cracker |
I think you need to tell it to open the webcam. Check the arguments you can pass in the script. |
oh okay okay is this for the inference.py script? |
yeah I dont think you loaded the weights for the cracker, you dont need to load objects you are not going to detect, it just slows down the process. I think you have the bbq sauce loaded that I can see, https://www.ebay.com/itm/124572623487 try these images. |
this is my current result on my Iphone are the results bad for testing? |
@nv-jeff I think this is the same problem that your changes introduced? |
good morning is there an update for this one? thank you |
We are at an NVIDIA even this week. I think Jeff told me he had a solution
but did not have time to push it because of the event. Early next week, it
should be there.
…On Wed, Jun 5, 2024 at 18:12 Ken ***@***.***> wrote:
@nv-jeff <https://github.com/nv-jeff> I think this is the same problem
that your changes introduced?
good morning is there an update for this one? thank you
—
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABK6JIFBOYBWFFKQANIPMBTZF6ZP3AVCNFSM6AAAAABIQIKF5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJRGIYTKNJUGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thank you for the response! |
Hello I have a question, can I run this model without using ROS/ROS2 and ubuntu, I just downloaded the trained weights from your Github and also downloaded the HOPE 3D models.
I made an environment in anaconda prompt, git cloned your repo and installed the needed requirements from requirements.txt. I loaded the downloaded trained weights in the file folder together with the HOPE 3D models. May I ask the next step on how to run the trained weights on my laptop's camera for testing? I'm new to deep learning and just wanna make sure my progress is right thank you!
The text was updated successfully, but these errors were encountered: