F2Wang / ObjectDatasetTools

Tools to create pixel-wise object masks, bounding box labels (2D and 3D) and 3D object model (PLY triangle mesh) for object sequences filmed with an RGB-D camera. This project prepares training and testing data for various deep learning projects such as 6D object pose estimation projects singleshotpose, as well as object detection and instance segmentation projects.
MIT License
409 stars 91 forks source link

Issue with step 3: compute_gt_poses.py is getting killed after certain percentage. #54

Open redwanulsourav opened 4 years ago

redwanulsourav commented 4 years ago

I am a beginner in preparing 3d datasets. But while performing step 2, the process is getting killed at certain percentage with only the message: killed.

Also I wanted to know if there is any certain order of placing the markers? I placed the markers around the object in a rectangular fashion with no order maintained.

Sciroccogti commented 3 years ago

There seems to be no order of these markers.

GaoYifan0523 commented 3 years ago

the process is getting killed at certain percentage with only the message: killed. I have the same problem. Have you solved your problem?

redwanulsourav commented 3 years ago

the process is getting killed at certain percentage with only the message: killed. I have the same problem. Have you solved your problem?

No I could not solve it. I left it cause I could not solve the issue.

MaxShi007 commented 2 years ago

Because the out of mem. I tried compute_gt_poses.py on my virtual machine(I assigned 4G ram), its killed after 5%. then I tried it on my server, its done(32g VIRT,8.8g RES)

delonixsen commented 2 years ago

increase swap space, it helps me

https://askubuntu.com/questions/178712/how-to-increase-swap-space/178726#178726