-
Why does the fine-tuning task on ModelNet40 only converge to 90.0? How to reach 94.1, Is there any setting changed in fine-tuning?
-
Hello,
First of all, thank you for your fantastic work and for providing the checkpoints in the Google Drive link! However, I am encountering an issue when trying to load the checkpoints using pyto…
-
I trained a MVTN model with 100 epochs with the following command, and stopped training after 57 epochs.
```
python run_mvtn.py --data_dir data/ModelNet40/ --run_mode train --mvnetwork mvcnn --epoch…
-
Thanks so much for your work! @ma-xu
I also try to train the model on ScanobjectNN ds with the hyperparameter for 200 epochs. But there is a degree of over-fitting. Are there any methods to allevi…
-
Hello, thank you for your excellent work, but when I started training Mamba3D from scratch, I achieved accuracies (w/o voting) of 91.91, 90.71, 91.15, and 91.77 on OBJ-BG, OBJ-ONLY, HARDEST, and MODEL…
-
How to generate visualization files of scanobjectnn and shapenet and visualize them Thank you very much
-
Thanks for sharing the paper and code.
I am confusing which severity level of data corruption do you use for ModelNet40-C, ShapeNet-C, ScanObjectNN-C, since there are 5 severity levels, from 1 to 5…
-
Hello,Thanks for your code, but i have some question:
The link from project has missing data : [single-view PCD](https://drive.google.com/file/d/1Z-Te9Vw_PhQDCIc_zxyemwiBjI-BeBLK/view)
i have same…
-
Thank you for your great work! I have followed all the instructions in the README to reproduce the code but achieved only an 84.2% accuracy on ScanObjectNN PB-T50-RS (the hardest):
`
98%|█████████…
-
When i python main.py in classification_ScanObjectNN,show
File "D:\software\Anaconda\envs\pct\lib\site-packages\h5py\_hl\files.py", line 199, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
…