Skip to content
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

Are RGB images and annotations really aligned? #51

Open
EryiXie opened this issue Oct 14, 2020 · 5 comments
Open

Are RGB images and annotations really aligned? #51

EryiXie opened this issue Oct 14, 2020 · 5 comments

Comments

@EryiXie
Copy link

EryiXie commented Oct 14, 2020

Hello, thanks for this excellent work. However, I am quiet confused about the rgb frames from ScanNet v2 and the plane annotations you offered.

For Example, scene0000_01 frame 33th:
Annotations looks like:
33

while the rgb image looks like:
33

It seems the annotation is not aligned with the image. And I can not find any function in all the scripts inside ./dataset folder that solve the align problem. And the item pair from dataset and dataset_loader seems also doesn't align.

Did I misunderstand something?

@ajithvcoder
Copy link

ajithvcoder commented Oct 17, 2020

@EryiXie could u tell the cuda version in which u got this output . In which cuda version did u install nms and roi

@EryiXie
Copy link
Author

EryiXie commented Oct 17, 2020

@EryiXie could u tell the cuda version in which u got this output . In which cuda version did u install nms and roi

Hi, this is not the output of PlaneRCNN. The "blue-green" mask map is actually the ground truth annotations from ScanNet. Same is the RGB image. As you can see, the ground truth does not really match the RGB image. That's the part confuses me a lot.

@ajithvcoder
Copy link

okay got it

@PeterFWS
Copy link

Clearly the ground truth provided by PlaneRCNN has large errors, which is reported from a ECCV 2020 paper "Learning Pairwise Inter-Plane Relations for Piecewise Planar Reconstruction". In this case, consider the experiment results from planercnn not reliable.

@Karthikaddagadderamesh
Copy link

@art-programmer
When I generated from the annotation using the dat_prep/parser.py they are aligned with the RGB images. May be you can use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants