Skip to content

Commit

Permalink
fix: fix example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Dec 11, 2023
1 parent 916647b commit 0b981a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/generate_dataset_and_train_yolo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"- `--use_tta`: Toggle test time augmentation for object detection. Default is True.\n",
"- `--enhance_class_names`: Enhance class names with synonyms. Default is False.\n",
"- `--use_image_tester`: Use image tester for image generation. Default is False. Image tester is a model that checks if the generated image contains the desired object.\n",
"- `--image_tester_patience`: Patience level for image tester. Default is 1. Number of images to run through the image tester before giving up.\n"
"- `--image_tester_patience`: Patience level for image tester. Default is 1. Number of images to run through the image tester before giving up.\n",
"- `--seed`: Set a random seed for image and prompt generation. Default is 42.\n"
]
},
{
Expand Down

0 comments on commit 0b981a0

Please sign in to comment.