SEC_pytorch icon indicating copy to clipboard operation
SEC_pytorch copied to clipboard

I encountered a problem while running.

Open Jason1010 opened this issue 4 years ago • 4 comments

After I run test_multiprocess.py, the generated pred_images are all black. What is the reason for this?

Jason1010 avatar Nov 19 '20 02:11 Jason1010

It means that the model isn't trained well. Problem can be various (e.g. loading pretrained weight (during training / inference), or hyperparameters)

halbielee avatar Nov 19 '20 06:11 halbielee

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.

Jason1010 avatar Nov 19 '20 07:11 Jason1010

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 avatar Apr 27 '21 12:04 oldwang77

@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.

halbielee avatar Aug 20 '21 04:08 halbielee