Views
No views yet
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126pip install ultralyticsdataset/
├── class_1/
│ ├── image_1.jpg
│ ├── imgae_2.jpg
├── class_2/
│ ├── image_1.jpg
│ ├── imgae_2.jpg
└── class_3/
...python 0_balance.pypython 1_augment.pypython 2_split_dataset.pypython 3_train.pypython 4_infer.py --image_path <path_image>