open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.24k stars 281 forks source link

problems of fashion parsing and segmentation #139

Closed stoensin closed 1 year ago

stoensin commented 2 years ago

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

Now i think i need some help!

v-prgmr commented 1 year ago

by far one of the horribly maintained projects, i should stop taking openmmlab seriously for any of the mentioned features.