Open huoguangdiandian opened 2 years ago
@xoiga123 your means that I can not use val.py to evaluate the model yet?
@huoguangdiandian yes, yet :running_man:
Thank you for your reply
@huoguangdiandian False alarm, it was not related to segmentation classes at all. It was about batch-size thingy. Pull the repo and try again, I also merged val_from_cmd with val.
@xoiga123 I only use the test results, partition is not used, val_from_cmd is available. I have another problem is that Is there a pre-training model based on training 10 classes???
@huoguangdiandian Sorry, I don't quite understand your first sentence. I fixed your bug in the latest commit. Save your 10-class weight and clone the repository again and validate on that, it should work then. And no, we currently don't have a pre-trained model on 10 classes.
hi, I have two problems and hope to help me out, thank you! 1) I have trained new model and want to evaluate the model. There are two functions val() and val_from_cmd(), in val.py. what's the difference between the two functions? 2) I have modified the number of categories to 10, and when I run the val.py, there is a error:ValueError: operands could not be broadcast together with shapes (12,) (4,)