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
397 stars 92 forks source link

register_segmented.py result is not the same with README.md's result. #64

Open Matthew-CQ opened 3 years ago

Matthew-CQ commented 3 years ago

Hi Wang,

Thank you for your great work. I got a different segmented result after running register_segmented.py using the default timer dataset. Could you please help me to solve it? Thanks. Screenshot from 2021-04-06 19-34-49

Regards, Quan

l584825739 commented 11 months ago

excuseme, You run the code successfully, but when i run register_segmented.py, get a error: TypeError: Improper input: func input vector length N=4 must not exceed func output vector length M=0,

Have you ever had this problem?

Harrydsk commented 4 months ago

excuseme, You run the code successfully, but when i run register_segmented.py, get a error: TypeError: Improper input: func input vector length N=4 must not exceed func output vector length M=0,

Have you ever had this problem?

excuse me. did u solve this problem