In this project, we provide the baseline code for the detection of stickmen in images. The goal is to perform keypoint estimation.
The provided source code should be placed as follows
.
├── src
│ ├── main.py
│ ├── train
│ ├── model
│ ├── train
│ ├── visu
│ ├── generator
│ └── evaluation_test
└── Dataset
├── Test1
├── Test2
├── Test3
└── Test4
The dataset for test is provided as well as the backgrounds to add in the generator folder.
conda env create -file tf2.yaml