HRNet-Semantic-Segmentation
HRNet-Semantic-Segmentation copied to clipboard
models not defined,how can i fix it
Traceback (most recent call last):
File "tools/test.py", line 144, in
I use the method: in train.py
from lib.models import seg_hrnet_ocr model = eval(config.MODEL.NAME + '.get_seg_model')(config)