Zhaohaoran1997 / DIP-Final

Final project of PKU DIP 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIP-Final

I. Install requirements

$ ./install-requirement.sh

II. How to test it

  • 假设包含测试图片的文件夹为 test_data
  • 假设包含测试图片文件名的文本文件为 annotation.txt
  • 将以上两个文件放入 code/ 文件夹中
$ cd code
$ python3 evaluate.py --dir test_data --txt annotation.txt

About

Final project of PKU DIP 2018


Languages

Language:Python 99.8%Language:Shell 0.2%