Skip to content

ronghuaiyang/faster-rcnn-caltech-pedestrian-pytorch

Repository files navigation

A Faster Pytorch Implementation for Caltech Pedestrian dataset

This implement is based on jwyang/faster-rcnn.pytorch. I make some changes to adapt the pedestrian detection. The Pytorch version is 4.0.

References

Tutorial

cd lib
sh make.sh
  • train_single_gpu.sh for training on single gpu
sh train_single_gpu.sh 0
  • train_mgpu.sh for trainning on multi-gpus
sh train_mgpus.sh
  • predict single image
sh predict.sh
  • create caltech eval result
sh caltech_dataset_detect.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published