Skip to content

This is a simple and useful image classification framework based on pytorch. You can easily modify it for other deep learning tasks.

License

Notifications You must be signed in to change notification settings

Tony3232/Image-Classification-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Classification-Framework

This is a simple and useful image classification framework based on pytorch. You can easily modify it for other deep learning tasks.

Requirements

This code are tested under python 3.8.0, torch 1.8.0 and torchvision 0.9.0. Other dependencies are listed in requirements.txt. You can install them with the following commands:

pip install -r requirements.txt

Datasets

Dataset link: https://www.kaggle.com/datasets/googolples/cat-dog-images

If you want to run this code on custom dataset, you just need to set the root of your data in --data_root and organize your data like the example dataset.

Run

python main.py

About

This is a simple and useful image classification framework based on pytorch. You can easily modify it for other deep learning tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages