Skip to content

Lozsku/detr_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Training DETR on Custom Dataset

Tutorial Video link
Code based on End-to-end Object Detection with Transformer

Step 1.

Download wider face dataset link and unzip the files in dataset folder

Step 2.

Move to the dataset folder, and convert downloaded wider face dataset into COCO format

$ python face_to_coco.py

Step 3.

Move to detr folder and run main.py

$ python -m torch.distributed.launch --nproc_per_node=[num_of_gpus] --use_env main.py --data_path ../dataset/

Step 4.

Run test.py

$ python test.py --data_path ../dataset/WIDER_test/images/ --resume [path_to_checkpoint.pth]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%