mmfashion
mmfashion copied to clipboard
problems of fashion parsing and segmentation
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
Backbone | Model type | Dataset | bbox detection Average Precision | segmentation Average Precision | Download (Google) |
---|---|---|---|---|---|
Resnet50 | Mask RCNN | DeepFashion-In-shop | 0.599 | 0.584 | model |
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