Closed HonzaCuhel closed 7 months ago
current status: β
Overall Coverage
Lines Covered Coverage Threshold Status 1046 518 50% 0% π’ New Files
No new covered files...
Modified Files
File Coverage Status datadreamer/dataset_annotation/clip_annotator.py 55% π’ datadreamer/dataset_annotation/owlv2_annotator.py 67% π’ datadreamer/pipelines/generate_dataset_from_scratch.py 44% π’ datadreamer/prompt_generation/lm_synonym_generator.py 33% π’ datadreamer/prompt_generation/synonym_generator.py 85% π’ datadreamer/prompt_generation/wordnet_synonym_generator.py 82% π’ TOTAL 61% π’ updated for commit:
b731e7e
by actionπ
ββ6 filesββββ6 suitesβββ50m 55s :stopwatch: β90 testsββ40 :white_check_mark:ββ50 :zzz:β0 :x: 540 runsββ240 :white_check_mark:β300 :zzz:β0 :x:
Results for commit b731e7e3.
:recycle: This comment has been updated with latest results.
This PR includes the following new pipeline arguments:
--annotation_iou_threshold
: Intersection over Union (IoU) threshold for annotation.--prompt_prefix
: Prefix to add to every image generation prompt.--prompt_suffix
: Suffix to add to every image generation prompt, e.g., for adding details like resolution.--negative_prompt
: List of of negative prompts to guide the generation away from certain features.--annotator_size
: Size of the annotator model to use. Choose betweenbase
andlarge
.