-
Hi, it's great work! After reading the paper, I have a question about the performance of compared method:
In the supplementary materials, you provide the mAP0.25 and mAP0.5 for ARKitScenes dataset: …
-
Hello,
I've tried to test pre-trained model with the following commands in README
```bash
python tools/test.py configs/imvoxelnet/imvoxelnet_kitti.py \
work_dirs/imvoxelnet_kitti/latest.pth …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Hi, it's great work!
I tried to download the 1.2T full ScanNet dataset but the speed is too slow (like taking 20 days to download). Since ImvoxelNet only uses hundred images for each scene. Is it p…
-
### What is the feature?
Currently imvoxel net is trained on kitti to make only one prediction for the class category.However the dataset has more than just one class such as
pedestrain,cyclist,van,…
-
Hi, I am trying to reproduce the result on ScanNet. I built the docker file and run the image. I followed your instruction on GitHub to process ScanNet. In the container, I run "python tools/train.py …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Hi, I have a question about this line of code when processing the multi-view ScanNet Dataset:
https://github.com/SamsungLabs/imvoxelnet/blob/655094d44d7c63af79564bab4e62270ac181838f/mmdet3d/datasets/…