Model builder (#29)

Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ayush Chaurasia 2022-10-19 02:44:23 +05:30 committed by GitHub
parent c5cb76b356
commit 7b560f7861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 2622 additions and 407 deletions

View file

@ -5,7 +5,7 @@ from pathlib import Path
import torchvision
from tqdm import tqdm
from ..utils.general import NUM_THREADS
from ..utils import NUM_THREADS
from .augment import *
from .base import BaseDataset
from .utils import BAR_FORMAT, HELP_URL, LOCAL_RANK, get_hash, img2label_paths, verify_image_label