- Introduction: FashionAI Global Challenge
- Description: KeyPoints Detection of Apparel
- Leaderboard
- Score of this code : 4.25%
- Team ranked 32/2322
- Mainly base on Cascaded Pyramid Network for Multi-Person Pose Estimation.
nets: store modified ResNetmodel: store checkpoint filesoutputs: store predicted filessummary: store files for tensorboardtrain_set: place training data heretest_set: place test data herefashion_evaluator.py: evaluator scriptfashion_generator.py: data generatorfashion_helper.py: store a bunch of helper functionsfashion_stacked.py: main file to define modeltrain_script.py: train scripttest_script.py: test script
- nvidia-docker
- pull image from Docker Hub
docker pull yd8534976/tf-aiden
- python
- tensorflow-gpu (>= 1.4)
- numpy
- pandas
- opencv-python
- jupyter (optional)
- tensorboard (optional)
- You can download pre-trained models from tensorflow offical slim model zoo.
- Put checkpoint files into
model/
- Download datasets and put them into
train_set/ - Download pre-trained ResNet-50 from slim model zoo
- Configure
train_script.py - Train end-to-end
python train_script.py - Visualize your training using TensorBoard
tensorboard --logdir=summary/ - Generate predicted files
python test_script.py - Visualize your prediction using
demo_notes.ipynb - Evaluate your predictions
python fashion_evaluator.py






