KichangKim / DeepDanbooru

AI based multi-label girl image classification system, implemented by using TensorFlow.
MIT License
2.58k stars 258 forks source link

File Extention Clarification in Dataset Structure #64

Closed Ben-Brady closed 2 years ago

Ben-Brady commented 2 years ago

In the section describing the SQLite database file structure, it's not clear whether or not the . should be included in the file extention, it would be nice if this was clarified.

KichangKim commented 2 years ago

It is documented like this:

The filename of image must be [md5].[file_ext]

Is it not sufficient?

Ben-Brady commented 2 years ago

Yeah that is sufficient. Sorry, I should have read more clearly.