Skip to content

THU-CVML/NamableClassify

Repository files navigation

NamableClassify

“名可名,非常名。无名,天地之始; 有名,万物之母。” —— 《道德经》

“The names that are given to the namable, are not the enduring and unchanging nature of the namable.

The unnamable (, which is the nature of the namable, ) is considered as the beginning of the world;

the namable (names, in contrast), we attribute them to be the mother of (guiding us to learn and recognize) all things.” —— “Dao De Jing (Classic of the Way and Virtue)”

“A thing is a thing; not what is said of that thing.” —— “Birdman”

In this library, we are focusing on the Image Classification task, which requires the AI model to classify images into different preset names (categories).

We believe this is the beginning how we can train AI models and guide them to know the world, because as you can see since from the ImageNet competition, the performance of AI models has been improving significantly, with the rapid development of deep learning techniques, resulting in the advancement of artificial intelligence.

That’s why we named our library the NamableClassify, borrowing the “Old Master” ’s philosophy.

Developer Guide

If you are new to using nbdev here are some useful pointers to get you started.

Install NamableClassify in Development mode

# make sure NamableClassify package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to NamableClassify
$ nbdev_prepare

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/2catycm/NamableClassify.git

or from conda

$ conda install -c 2catycm namable_classify

or from pypi

$ pip install namable_classify

Documentation

Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.

How to use

Fill me in please! Don’t forget code examples:

1+1
2

About

有名的图像分类PyTorch库 (正在施工中 Working In Progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published