Burhan

Results 173 comments of Burhan

I ran into this issue locally and noticed that it's happening on the CI/GPU tests: ``` ============================= test session starts ============================== platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.0.0 rootdir: /actions-runner/_work/ultralytics/ultralytics...

@glenn-jocher test matrix passed locally after 2:15:06 runtime 😆 ```bash pytest -l --tb=short Q:\ML_dev\ultra_repo\ultralytics-1\tests\test_cuda.py::test_export_engine_matrix --slow ``` ``` ============================================================================================================ test session starts ==================================================================================================================== platform win32 -- Python 3.10.9, pytest-7.4.3, pluggy-1.3.0 rootdir:...

Like guessing tasks. Convert `from ultralytics import YOLO` into `AutoModel` class

bumping to HIGH priority status after Team discussion today

@ruzko the idea for the `AutoModel` class is to have a singular class to load _all_ the models we have in the `ultralytics` package. Currently we have to use `RTDETR`,...

@johnnynunez this was something I had added as part of organizing our plans for development. I actually discussed this recently with some of the team and for the moment this...

Just adding this comment I saw elsewhere in case it's helpful to anyone or anything. > I haven’t dealt with overlapping FOVs, but did have quite good success using re-ID...

@qwerdf4 the code changes look reasonable to me. I think it might be helpful to provide an explanation to the file about what difference is between what you have added...

@RizwanMunawar what are your thoughts on the changes here? Seems like there could be other additions that could be added to this page as well, since someone attempting to use...

@qwerdf4 please make sure to merge the latest changes from `ultralytics:main` into your fork