SEC_pytorch
SEC_pytorch copied to clipboard
I encountered a problem while running.
After I run test_multiprocess.py, the generated pred_images are all black. What is the reason for this?
It means that the model isn't trained well. Problem can be various (e.g. loading pretrained weight (during training / inference), or hyperparameters)
It means that the model isn't trained well. Problem can be various (e.g. loading pretrained weight (during training / inference), or hyperparameters) I think so. But I followed the instructions exactly.
hello,When I run the program evalution.py, it shows meanIOU: 88.2738,Background: 88.2738 ...But miou are not shown in other species, such as airplanes and automobiles.What is the reason for this?
@oldwang77 Sorry for really late reply..
It means that the network is not trained well. Usually, the pretrained model is the cause of this. Please check it.