-
Notifications
You must be signed in to change notification settings - Fork 13
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
run on our dataset, but not convergence #12
Comments
can i check how you load your custom dataset? |
I generated the coarse mask as the authors have released and then collected them into JSON format. `base = [ object_size = 256 dataset_type = 'HRCollectionDataset' |
Great! I just want to test the performance of segrefiner, since i use mmsegmentation before, the dataloading is a really big problem for me, thank u for sharing how you do on your custom dataset, now i gonna check the model and see if it will occur the same problem as what you happen, 3Q |
我也遇到了一样的问题,到最后IOU会直接变成0 |
Hello, I encountered the same problem during training, the iou became 0. Do you have any good way to solve this problem? |
@MengyuWang826 hi~
When I ran your code on our dataset, a floorplan, we got white outputs...I don't know the reason...

And the total loss kept rising, here is my training log.
20240221_075018.log.json
How do we resolve this problem? retrain your model on our dataset? or generate a new coarse mask dataset only about the edge?
Please reply to me ASAP.
The text was updated successfully, but these errors were encountered: