Skip to content

Xlgd/Mask_R-CNN_DeepFashion2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask R-CNN + DeepFashoin2

how to use

  1. download DeepFashion2 dateset in here and coco pre-trained model in here
  2. git clone this repo to local (git clone https://github.com/Xlgd/Mask_R-CNN_DeepFashion2)
  3. install anaconda and create a new environment (conda create -n env_name python=3.6)
  4. activate the environment (conda activate env_name)
  5. install packages with requirement.txt (while read requirement; do conda install --yes $requirement || pip install $requirement; done < requirement.txt)
  6. convert DeepFashin2 json to coco format json (use tools/deepfashion2coco.py)
  7. add image path and coco format json path in main.py (line 44 ~ 47)
  8. begin training (python main.py train --weights=coco)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages