Skip to content
/ elf Public

A discord bot with computer vision features and whatnot

Notifications You must be signed in to change notification settings

r2001li/elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF

README under construction...

Training

The file structure for the training data should look like this:

vision
│
└───data
    │
    └───train
    │   │
    │   └───label1
    │   │   │
    │   │   └───img1.jpeg
    │   │   │
    │   │   └───img2.jpeg
    │   │   │
    │   │   └───...
    │   │
    │   └───label2
    │   │
    │   └───...
    │
    └───test
        │
        └───label1
        │
        └───label2
        │
        └───...

Once that is set up all there is to do is to run train.py and wait for it to finish.

Releases

No releases published

Packages

No packages published

Languages