xiaohe0818

Results 2 comments of xiaohe0818

> set --crop_size to 512, hrnet will work > > the cmd should be something like this python3 main.py --model deeplabv3plus_hrnetv2_32 --gpu_id 0 --year 2012_aug --crop_val --lr 0.01 --crop_size 512...

我看detect里面是先进行分割,然后再进行检测的,但是我看yaml文件分割头又是再检测头之后进行的,请问是怎么执行的呢