Anime head detection

源碼地址:

https://github.com/jiuxianghedonglu/AnimeHeadDetection

 

  

1. Dataset

All the images in the dataset are collected from konachan.net and labeled by myself with LabelImgDownload dataset

2. Usage

2.1 Requirements

  • python 3.6
  • pytorch 1.3.0
  • torchvision 0.4.1
  • opencv-python 3.4.1

2.2 Training

  1. Download dataset. Following are dataset directory trees and labeled file format.
    data
        imgs
            anime_0001.jpg
            anime_0002.jpg
            ...
        tr_label.csv
        val_label.csv
        ...
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章