KichangKim / DeepDanbooru

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

Command Not Found: deepdanbooru #73

Closed crodis-strife closed 1 year ago

crodis-strife commented 1 year ago

After executing "pip install -r requirements.txt", I ran the command "deepdanbooru create-project [your_project_folder]". However, it shows the message: Command Not Found. How can I slove this problem? Thank you!

KichangKim commented 1 year ago

Did you run deepdanbooru installation command? Try this pip install .[tensorflow] on your deepdanbooru folder.

crodis-strife commented 1 year ago

It works well after executing "pip install .[tensorflow]". Thank you!

crodis-strife commented 1 year ago

It only returns the evaluation results in the command window. Which files can I modify to print the evaluation results to a text file? Thank you!

新點陣圖影像

crodis-strife commented 1 year ago

Sorry! I got it. Just using: deepdanbooru evaluate ./input --project-path project --allow-folder --save-txt