karantai
karantai
Did you solve the problem?
Something has happened with the format of the `.xml` files. Now, there is a new format when labelling, which is slightly different that the previous one (for instance, there is...
@Ch1cker please create a new issue for clarity, if there is not one already. In order to solve this issue change the line in 472 to this: `self.recentFiles = list(settings.get('recentFiles')...
Do you mean that I need to convert them to mm or m? Now they are in pixels units! I suppose that something is wrong with my focal length!
Thank you for your advise. But in general, using you your code, the measurement units should be in pixels or something else? And the results of the point cloud will...
Thank you very much
I convert all the pixel units to mm based on the the pixel size of my sensor, and also I used both outdoor and indoor models to check the results....
My results were correct from the beginning, but my viewpoint was wrong. I believe that the only way to correctly visualize the point cloud is to view it from the...
No I am not. I am using single RGB images, I use `depth_to_pointcloud.py` to derive the depth map and construct a point cloud, which is from my understanding is relative...