Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy the dataloader and trainer from yolov5 #350

Merged
merged 16 commits into from
Mar 13, 2022
Merged
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ignore = E203, E402, W503, W504, F821
per-file-ignores =
__init__.py: F401, F403, F405
./hubconf.py: F401
./tools/train_net.py: E731
./yolort/v5/utils/datasets.py: E741
./yolort/v5/utils/general.py: E741
exclude = venv
Expand Down
Loading