Closed stoensin closed 1 year ago
mmcv 0.5.1 mmdet 2.0.0+ffeb3af mmfashion 0.4.0 torch 1.3.1+cu100 torchvision 0.4.2+cu100
model = init_detector(args.config, args.checkpoint, device='cuda:0')
TypeError: init() got an unexpected keyword argument 'bbox_roi_extractor'
Requirements PyTorch 1.3.0 mmcv 0.5.1 Pillow 6.2.2 in this page
by far one of the horribly maintained projects, i should stop taking openmmlab seriously for any of the mentioned features.
hi!
i am doing some test with " fashion parsing and segmentation ",
my env is :
mmcv 0.5.1
mmdet 2.0.0+ffeb3af mmfashion 0.4.0
torch 1.3.1+cu100
torchvision 0.4.2+cu100
i downloads pre_trained model in the zoo md:
Fashion Segmentation
the config is :here
while working with this code:
model = init_detector(args.config, args.checkpoint, device='cuda:0')
got an error:
TypeError: init() got an unexpected keyword argument 'bbox_roi_extractor'
As the md file says that:
Requirements PyTorch 1.3.0 mmcv 0.5.1 Pillow 6.2.2 in this page
Now i think i need some help!