OpenMask3D / openmask3d

MIT License
184 stars 13 forks source link

No saved crops and same blue heatmap areas no matter what the prompt is, why? #15

Open caizhuodi opened 8 months ago

caizhuodi commented 8 months ago

Hello there! I am using a 3D model downloaded from here.

I changed the SCENE_INTRINSIC_RESOLUTION according to its camera resolution 3072x2304. But no matter what the prompt is, the crops' folder contains nothing and the outputs have the same blue area as shown in the screenshot.

image

Do you know the possible reasons for this situation?

Thank you very much!

goncayilmaz commented 7 months ago

Hello! I had the same issue before and mine was because I was using wrong pose information for the camera frames, which resulted in 0 mask points in the 2d frame. When I fixed the pose information, it was able to find the mask points in 2d frames and generate features.

caizhuodi commented 7 months ago

Hello! I had the same issue before and mine was because I was using wrong pose information for the camera frames, which resulted in 0 mask points in the 2d frame. When I fixed the pose information, it was able to find the mask points in 2d frames and generate features.

Hi Gonca, thank you for replying! How did you find out that it was a problem with the posing information? 🤔️