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

Add ultralytics/yolov5 to yolort #168

Merged
merged 6 commits into from
Sep 17, 2021
Merged

Conversation

zhiqwang
Copy link
Owner

No description provided.

@zhiqwang zhiqwang added API Library use interface enhancement New feature or request labels Sep 17, 2021
@zhiqwang zhiqwang merged commit 89be2f0 into load-from-ultralytics Sep 17, 2021
@zhiqwang zhiqwang deleted the ultralytics/yolov5 branch September 17, 2021 19:27
zhiqwang added a commit that referenced this pull request Sep 21, 2021
* Updating yolov5 module updating to master

* Support loading local yolov5 repo

* Add ultralytics/yolov5 to yolort (#168)

* Copy-Paste ComputeLoss and LoadImagesAndLabels from ultralytics

* Copy-Pasted trainer from ultralytics

* Fixing training with ultralytics

* Minor fixes

* Cleanup init in ComputeLoss

* Support attaching hyperparameters directly

* Move ultralytics/yolov5 to yolort/ultralytics

* Add docstrings for exporting friendly activation modules

* Fixing loading yolov5 from ultralytics

* Fixing loading yolov5 from ultralytics

* Fixing loading yolov5 from ultralytics

* Fixing unit-test

* Cleanup codes

* Load yolov5 models in ultralytics

* Move yolo_vanilla back to yolo.py

* Cleanup utils

* Add *.pt to .gitignore

* Fixing unittest

* Adopt torch.rand instead of torch.randn

* Add load_model method and fixing loading from ultralytics

* Remove hubconf.py

* Resolve importing modules

* Move ultralytics to v5

* Remove train_vanilla.py

* Enable `test_update_module_state_from_ultralytics`

* Remove loggers temporarily

* Reduce column length

* Cleanup unittest and yolort.utils

* Rename load_model to load_yolov5_model

* Add unittest for load_yolov5_model

* Rename model_path to checkpoint_path

* Add load_from_yolov5 in YOLOModule

* Add unittest for load_from_yolov5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Library use interface enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant