dokyeongK / yolo-v2_pytorch

πŸ“™ yolo v2 re-implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yolo-v2_pytorch

πŸ“™ yolo v2 re-implementation

Introduction

This repository is about pytorch implementation of YOLO9000.

Requirements

  • Python 3.8
  • Pytorch 1.7.1
  • matplotlib
  • visdom
  • pillow

Training

  • Developing..

Datasets

  VOCDevkit
  β”œβ”€β”€TRAIN
  β”‚  β”œβ”€β”€ VOC2007
  β”‚  β”‚   β”œβ”€β”€ Annotations  
  β”‚  β”‚   β”œβ”€β”€ JPEGImages
  β”‚  └── └── ...
  └──TEST
     β”œβ”€β”€ VOC2007
     β”‚   β”œβ”€β”€ Annotations  
     β”‚   β”œβ”€β”€ JPEGImages
     └── └── ...
	
COCO
β”œβ”€β”€ annotations
β”‚   β”œβ”€β”€ instances_train2017.json
β”‚   └── instances_val2017.json
└── images
	  β”œβ”€β”€ train2017
	  └── val2017
	

ref : https://github.com/csm-kr/yolo_v2_vgg16_pytorch

About

πŸ“™ yolo v2 re-implementation


Languages

Language:Python 100.0%