khtao / inceptionv4

inceptionv4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装依赖库

在当前目录下,在终端执行

pip install -r requirements.txt

默认数据集文件夹结构:

./dataset/
    train/
        neg/
        pos/
    test/
        neg/
        pos/

utils/config.py中将data_dir改为自己数据集的路径

在根目录新建文件夹checkpoints

About

inceptionv4


Languages

Language:Python 100.0%