ESL icon indicating copy to clipboard operation
ESL copied to clipboard

the test pretrained code can not reach miou 43.7 ,when i test,the pretrained codes the miou is 0.47

Open huyujie668 opened this issue 5 years ago • 0 comments

the test pretrained code can not reach miou 43.7 ,when i test,the pretrained codes the miou is 0.47 the code runining result: File "test.py", line 99, in main(args.cfg, args.exp_suffix) File "test.py", line 92, in main evaluate_domain_adaptation(models, test_loader, cfg) File "/home/DATA/huyujie/think/ADVENT-master/advent/domain_adaptation/eval_UDA.py", line 29, in evaluate_domain_adaptation verbose) File "/home/DATA/huyujie/think/ADVENT-master/advent/domain_adaptation/eval_UDA.py", line 52, in eval_single _, pred_main, _ = model(image.cuda(device)) ValueError: not enough values to unpack (expected 3, got 2) when i modify the code pred_main = model(image.cuda(device))[1] can running but the miou is 0.47 image

huyujie668 avatar Dec 17 '20 09:12 huyujie668