-
Notifications
You must be signed in to change notification settings - Fork 38
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
could you please provide your pre-trained model? #8
Comments
According to my experiments, AtlasNet and PCN have much lower Chamfer distance than your TopNet. |
In PCN's code, the chamfer distance is calculated as:
According to PCN's paper and my experiments, PCN's chamfer distance should be about 0.01, while in your experiment it becomes about 0.02~0.03 (translated, since chamfer distance is calculated in a different way in your code). I cannot reproduce other results as well. |
@Colin97 did you train using the PyTorch implementation or the TensorFlow one? Thanks very much |
@sheshappanavar I used the TensorFlow version for TopNet.
|
@Colin97 Hi, may I know how do you get the ground truth for test data? I only found partial input for test data. Thanks a lot. |
Apologies for the delay in response. The benchmark website is back on and you can submit your trained model for evaluation on the test set. I am looking at the result differences for the Tensorflow models(Folding, PCN, Tensorflow) and I believe they are related to the commit I just made. I will reproduce the experiments and get back to you about the results. In the meantime, one of the pretrained TopNet models results has been uploaded on the benchmark for comparison. |
@Colin97 hi, i have trained the model, but i don't konw how to test. Should I run the shapenet.py under the ./shared/datasets/? Cause I found the test_propocess function. |
I have trained almost all model on completion3d dataset, using the scripts provided in this repo. However, I can't reproduce the perfomance of most of them on the leaderboard. Thus, could you please provide your pre-trained model? Otherwise I cannot do further research on completion3d dataset. Here are part of my results
|
I followed the instruction to train the topnet for 300 epochs using the data provided.
However, the results don't seem as good as the paper presents.
Could you please provide your pre-trained model?
The text was updated successfully, but these errors were encountered: