-
Notifications
You must be signed in to change notification settings - Fork 88
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
Assertion Error while training with custom datasets #8
Comments
Thank you for using HorizonNet. Actually your training images should be aligned and sorry for missing this step in tutorial. I just fixed it. From the error log you paste, it seem that the order of ceiling and floor corners in ground truth
Ceiling corner should appear just right before the corresponding floor corner. |
Thank you for your rapid feedback. Before training with my own data, I wanted to try to test the new commit with some samples, which are from layoutnet_dataset.(I picked 8 samples from train folder) I labeled them with my own tool and let horizonNet train with them, however, it returns the same error as the following. I followed the the way your tutorial says but it seems like there are rule that I am missing when I label the images. I checked the order of my dataset, but it has been not flipped. some of the data that I labeled are attached to this issue could you please check and tell me what is wrong? Looking forward to hearing from you.
|
It seems that line 3 in some of your provided gt For example
It is unreasonable for corners Another easy to spot corrupted data
Line 3 and 4 are totally the same. |
yeah you are right I found a typo from my own code. |
I have tried to train this model with my own custom dataset but the following is the error I encountered.
The format of the dataset followed the one from the tutorial.
The images I used are 360 degree pictures of my room/office taken by myself and I have labeled the images without pre-processing(aligning camera rotation pose). Is this process necessary?
Looking forward to any suggestions.
The text was updated successfully, but these errors were encountered: