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

Problems with testing and visualization on the scannet dataset #54

Open
gravity-123 opened this issue Oct 16, 2024 · 2 comments
Open

Problems with testing and visualization on the scannet dataset #54

gravity-123 opened this issue Oct 16, 2024 · 2 comments

Comments

@gravity-123
Copy link

Hello, I want to run this model. I run the code on the mmdetection3d-1.0.0rc5 version.
I want to test scense0004_00 and scense0009_00 in the scannet dataset using the weights you provided. The weights are downloaded in the red box in the figure below.
80491248ca14a64874af7ad8c37e5ad3
I used the visualization command python tools/test.py configs/fcaf3d/fcaf3d_8x2_scannet-3d-18class.py work_dirs/fcaf3d_2xb8_scannet-3d-18class/20211007_144747.pth --eval mAP --show --show-dir work_dirs/fcaf3d_2xb8_scannet-3d-18class ,but the test results and visualization results are as shown below.
2024-10-16 11-33-45屏幕截图
2024-10-16 11-37-02屏幕截图
Due to my limited storage space, I made a very small training set and validation set.
2024-10-16 13-19-25屏幕截图
2024-10-16 13-20-09屏幕截图
I ran the training command bash tools/dist_train.sh configs/fcaf3d/fcaf3d_8x2_scannet-3d-18class.py 1 and visualization command python tools/test.py configs/fcaf3d/fcaf3d_8x2_scannet-3d-18class.py work_dirs/fcaf3d_8x2_scannet-3d-18class/latest.pth --eval mAP --show --show-dir work_dirs/fcaf3d_8x2_scannet-3d-18class, but the test results and visualization results are as shown below.
2024-10-16 11-34-35屏幕截图
2024-10-16 11-37-57屏幕截图
In addition, I also changed score_thr=0.2, but I changed the score_thr parameter in configs/base/models/fcaf3d.py. Although it is different from the directory in your repository, I think I should have made no mistakes.
So I don’t know now whether there is a problem with the weights, the dataset, mmdetection3d-1.0.0rc5, the meshlab settings, or other problems. I hope you can help me take a look when you are free. Thank you very much.
If I want to get the effect in the link, how can I do it? #31 (comment)

@filaPro
Copy link
Contributor

filaPro commented Oct 21, 2024

Hi @gravity-123 ,

I run the code on the mmdetection3d-1.0.0rc5 version

As I remember following our Dockerfile, you don't need to install mmdetection3d, if you are installing fcaf3d. Or if you are using mmdetection3d you should load their checkpoint for FCAF3D, not from this repo.

@gravity-123
Copy link
Author

Thank you, I have solved the problem now.

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

2 participants