Skip to content

EdouardYvinec/IamStickman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IamStickman

In this project, we provide the baseline code for the detection of stickmen in images. The goal is to perform keypoint estimation.

Code Structure

The provided source code should be placed as follows

.
├── src 
│   ├── main.py
│   ├── train
│   ├── model
│   ├── train
│   ├── visu
│   ├── generator
│   └── evaluation_test
└── Dataset
    ├── Test1
    ├── Test2
    ├── Test3
    └── Test4

Data

The dataset for test is provided as well as the backgrounds to add in the generator folder.

To use the same conda environment

conda env create -file tf2.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages