feat: Ultralytics Integration#20
Conversation
Signed-off-by: joydeep049 <bntripathy123@gmail.com>
|
The solution does not include include loading custom weights. YOLO("{custom_model_path}") should allow loading custom weights other than stock pretrained weights. |
|
Just wanted to confirm my understanding: |
|
Related documentation at https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/yolo/model.py |
|
@joydeep049 which models did you test the script on, also are there any experimental numbers? |
|
I've been trying to test ultralytics with resnet with distill, but I'm not able to access the nyun docs. |
|
(Accidentally clicked on close PR) |
|
https://nyunai.github.io/nyuntam-docs/ - Here are the docs |
|
Do I need some kind of access to use nyun-vision and nyun-adapt? |
|
We recommend using virtual environments instead of dockers for dev cycles - https://github.com/nyunAI/nyuntam?tab=readme-ov-file#git--virtual-environment Additionally if you want to use dockers, we have fixed the permissions and you can pull now. |
|
I'm testing ultralytics on the coco dataset using prune strategy and will share the results soon.
cls = get_factories(task, job_service)
if(cls[0]):
return cls[0](args)
else:
raise Exception("Factory instance could not be created.")This can be done because cls only has a single element. Also, it works locallly. Should I put separate PRs for these issues? |
|
Thanks @joydeep049, since nyuntam is a relatively new toolkit we expect many such bugs and errors. @Abhrant is actively looking to resolve them and I would really appreciate if you can raise issues and the corresponding PRs for them. |
|
Sure! I will do the aforementioned. Meanwhile, I request you to take a look at my LinkedIn messages. |

Added basic structure for Integration of Ultralytics into Nyuntam Vision.
-> Flake8 check passed
-> Black check passed
-> Interrogate check passed (100% coverage)
-> PyUpgrade check passed
cc @Arnav0400 @Akash-guna