Skip to content

Real-time object detection using COCO-pretrained EfficientDet under Pytorch and TensorFlow

License

Notifications You must be signed in to change notification settings

Nebula4869/real-time-object-detection-EfficientDet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real-time-object-detection-EfficientDet

Real-time object detection using COCO-pretrained EfficientDet under Pytorch and TensorFlow

Environment

  • python==3.6.5
  • torch==1.5.0
  • torchvision==0.6.0
  • tensorflow==1.15.0
  • opencv-python

Getting Started

  1. Download checkpoint and convert to .pb model files from this repo.
  2. Download Pytorch .pth model files from this repo
  3. Run "demo_pytorch.py" to detect with Pytorch model.
  4. Run "demo_tf.py" to detect with TensorFlow frozen model.

About

Real-time object detection using COCO-pretrained EfficientDet under Pytorch and TensorFlow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages