-
Notifications
You must be signed in to change notification settings - Fork 140
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
about segfix #79
Comments
@hsfzxjy Hello, I have some questions. def get_ offset(basename): If I want to generate an offset file, I must use the cityscapes format. My data is [0, 255] |
Segfix corrects minor errors on the boundary as long as the segmentation is reliable for other pixel locations. Therefore, in my view, it is a useless network. The most important issue is how well your segmentation network is generalized. Most segmentation datasets are small and probably large networks like OCR memorize the noise in datasets instead of learning. Instead of Segfix use an active contour segmentation or CRF. Edit: Grammar |
Hi,Do you have instructions for segfix?
The text was updated successfully, but these errors were encountered: