-
Notifications
You must be signed in to change notification settings - Fork 213
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
Issue in reproducing results on Semantic 3D dataset #123
Comments
Hi, Are you using our trained model or training from scratch? What results are you obtaining? On the test set or the validation set? |
I am training from scratch and using full test set. |
So you mean that the server-side evaluation gives you abd results? Can you share them here? What happens when you use the validation set for testing, do you get similar results? |
Thank you for prompt reply. . I am training from scratch and using full test set. I achieved 13% overall accuracy which is too low. I have followed following steps, kindly tell me if I am missing some thins:
|
Can you try to visualize the results to see what's wrong? For example with:
and then load the results .ply files in meshlab or cloud compare. |
Ok that's weird, that is certainly not a 13%. Try to check the consistency between the size of the data files and the number of columns in the .labels files. Check the labels as well to make sure they are consistent with the typology of semantic 3D. In particular, the labels should start at 1 and not 0. Are you talking about the reduced test set by the way? Also try to run the code with trained models and compare directly the .labels files. |
Would you please post here the first 50 or so columns of a .labels file of your choice (along with its name). I will compare it to mine (but no before Monday I'm afraid). |
thanks alot no problem take your time. I am uploading first 200 lines of sg27_station3. |
Did u manage to compare .labels? |
Hi, Have you tried using our pretrained model by the way to compare the labels? |
No I do not tried on pre-trained model actually I want to reproduce results from scratch. Here I am uploading the first 200 lines of castleblatten_station1. castleblatten_station1.labels.txt |
Hi, So two things:
if |
Hi, I also have that problems. Although I run this line of code: CUDA_VISIBLE_DEVICES=2 python learning/main.py --dataset sema3d --SEMA3D_PATH 'datasets/semantic3d' --db_test_name testfull --db_train_name trainval --epochs -1 --lr_steps '[350, 400, 450]' --test_nth_epoch 100 --model_config 'gru_10,f_8' --ptn_nfeat_stn 11 --nworkers 2 --odir "results/bremen/standard" --resume RESUME There is some 0 labelled points in label files |
Hi, I don't have access to my workstation right now. I think there is indeed a bug in
and see if that fixes the issue? Many thanks |
|
1/ Yes, it's the reduced test. 4/ You want me to train it again with option: --pc_attrib xyzrgbelpsv ? |
Hi, I trained the network again. Because the last time I submitted with the reduced test set and they said I have to wait 3 days. Thus, I changed to the full test set so that I am able to submit the result. I run the new command line to run the code and I attach the result I achieved. However, it is still slow when compared to your results. What should I do if I want to reproduce your result? |
Hi, I retrained a classifier from scratch using:
and got 85.2% accuracy on the train set (Loss: 0.436) and 92.9% on the reduced set evaluated on the submission server. While it is not as good as the originally submitted results, this is close. Inherent variability of the results of neural networks are discussed in issue #114. In the absence of the test labels, the Best-of-n approach could only be obtained with visual inspection. |
I tried several times to reproduce results as published in paper for Semantic 3d but could not able to produce same. My results are far lagging behind the original results. I have followed all the steps mentioned in readme and uploaded the labels on semantic 3d dataset site.
The text was updated successfully, but these errors were encountered: