generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from BitMind-AI/llm-annotation-moderation
Image Annotation Moderation and FLUX Model Integration
- Loading branch information
Showing
28 changed files
with
704 additions
and
4,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
|
||
# Synthetic Image Generation | ||
|
||
This folder contains files for the implementation of a joint vision-to-language and text-to-image model system that generates highly diverse and realistic images for deepfake detector training. | ||
|
||
**test_data/:** | ||
|
||
Default output directory for real-image-to-annotation and annotation-to-synthetic-image pipelines in the associated notebooks. | ||
|
||
Notebooks: | ||
|
||
**real_image_to_text_annotation.ipynb :** | ||
|
||
Pipeline for real image dataset to text caption dataset generation. Contains function that generates subdirectories of annotations for each real image dataset. Annotations are formatted as JSONs with captions (Strings) of images. The filename of the JSONs correspond to the image index in the associated dataset dictionary. | ||
|
||
**text_annotation_to_synthetic_image.ipynb :** | ||
|
||
Pipeline for text annotation to synthetic image dataset generation. | ||
This folder contains files for the implementation of a joint vision-to-language and text-to-image model system that generates highly diverse and realistic images for deepfake detector training and Subnet 34 validating. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.