Last active
December 23, 2022 14:34
-
-
Save AlessandroMondin/4a31f32b6f1f8cceab10016138cf8146 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
class Training_Dataset(Dataset): | |
def __init__(self, | |
root_directory=config.ROOT_DIR, | |
transform=None, | |
train=True, | |
rect_training=False, | |
default_size=640, | |
bs=64, | |
bboxes_format="coco", | |
ultralytics_loss=False, | |
): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment