-
Notifications
You must be signed in to change notification settings - Fork 288
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
Some problem while creating my catkin workspace and generating data #343
Comments
Did you figure it out? I think the first error / warning is about not seeing an object in the render you did. |
yes,i figured it out |
HI, i also face the first problem. Do you know how to fix it? `tianyi@mei-MS-7B48:~/Deep_Object_Pose/data_generation/nvisii_data_gen$ python single_video_pybullet.py --nb_frames 1 --scale 0.01 --path_single_obj /home/tianyi/Deep_Object_Pose/data_generation/models/Ketchup/google_16k/textured.obj pybullet build time: Nov 28 2023 23:51:11 |
what is the error? I think the segmentation_mask is not rendered correctly. |
First problem:
When running the script in the nvisii_data_gen:
python single_video_pybullet.py --nb_frames 1 --scale 0.01 --nb_distractors 0
I encountered a warning:
Second problem:
When installing ROS and creating my catkin workspace, I run the code(my OS is ubuntu 18.04LTS):
rosdep install --from-paths src -i --rosdistro melodic
then it has a problem
I would appreciate any guidance on resolving this error or suggestions on what I may have missed during the setup process.
Thank you
The text was updated successfully, but these errors were encountered: