Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor into library structure #2

Merged
merged 14 commits into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions examples/finetune_stable_diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,7 @@ for efficient and fast image download (multi-thread approach). The images are al
on size
and area), resized and converted during download.

[**7) Image classifier component:**](components/image_classifier_component) This
component implements two different classifiers to filter out
the retrieved images:

* _Single component classifier:_ uses classical computer vision algorithm implementation (
flood-fill, edge detection)
to ensure that the component we extracted are a single component.


* _Clean-cut classifier_: uses a pre-trained ML classifier that is trained to identify clean cut
images.

[**8) Image caption component:**](components/image_caption_component) This component
[**7) Image caption component:**](components/image_caption_component) This component
uses a captioning
model ([BLIP](https://github.com/salesforce/BLIP))
to caption the final filtered images for training.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading