-
Notifications
You must be signed in to change notification settings - Fork 2
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
performance of compared methods in CN-RMA #4
Comments
ImGeoNet did not release its code and pretrained weight, so I directly cite its performance shown in its paper on the two datasets, I also do not know its real result on my experiment settings, maybe the settings of my experiment on ImVoxelNet, NeRFDet, and my method is different from ImGeoNet. |
Thank you for the quick reply! But I just downloaded the Arxiv version of ImGeoNet, it seems like the performance of ImvoxelNet on ARKitScenes dataset in ImGeoNet paper is 58.0 instead of 27.3 (mAP 0.25). |
I run the ImVoxelNet code on my experiment setting and get the 27.3 result, I do not know the settings of ImGeoNet, it is not open source. |
Okay, thanks again! |
I just use its provided code and run it... I use 50 for training and 100 for testing, and the same training、validation as NeRFDet provided.... |
@SerCharles @Cindy0725 |
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:
The mAP0.25 and mAP0.5 of baseline method ImVoxelNet is 27.3 and 8.8, but in ImGeoNet paper, the performance of ImVoxelNet is very high:
I also notice that in paper Nerf-Det, the performance of Imvoxelnet is:
Why there is so much difference for the same method on the same dataset? Is there any trick when training on ARKitScenes dataset?
I also notice that you resize the input image of ARKitScenes to (640,480), which is much larger than the original size (192, 256). What's the purpose of this transformation? Will it help improve the performance?
Looking forward to your reply. Thank you very much!
The text was updated successfully, but these errors were encountered: