You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edge_loss and seg_loss are increasing accumulatively when I train the OST dataset, whether it is the code 'weight = (label_anno.view(bs, -1) == (self.n_cate_anno-1)).sum(1) == h * w # for cityscapes datasets segmentation' to cause the error in training OST dataset.
and the training sample images are wrong, as the predicted segmentation map, predicted edge map and the inpainted image are error. And this wrong sample image usually occurs after 20000 training iters.
The text was updated successfully, but these errors were encountered:
The edge_loss and seg_loss are increasing accumulatively when I train the OST dataset, whether it is the code 'weight = (label_anno.view(bs, -1) == (self.n_cate_anno-1)).sum(1) == h * w # for cityscapes datasets segmentation' to cause the error in training OST dataset.
![1695706340654](https://private-user-images.githubusercontent.com/31837303/270547429-3b9ee8de-5366-40d3-a6a2-d035ed00182b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDE5MjEsIm5iZiI6MTczOTI0MTYyMSwicGF0aCI6Ii8zMTgzNzMwMy8yNzA1NDc0MjktM2I5ZWU4ZGUtNTM2Ni00MGQzLWE2YTItZDAzNWVkMDAxODJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyNDAyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkY2RiMzlmNzE3ZDI3MGUxODAwNjQxMDZhN2QxY2I1M2FiOGM0Mzk4Mzk5MDMyNWZiNDAxN2Q4Y2JiMmFkZjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2Suhj74X54lhzKY63o0Jo2rmNpU63XFk-PXH-3fbJZQ)
and the training sample images are wrong, as the predicted segmentation map, predicted edge map and the inpainted image are error. And this wrong sample image usually occurs after 20000 training iters.
The text was updated successfully, but these errors were encountered: