James

Results 194 comments of James
trafficstars

Hello @Mars-204! Thank you for creating this Issue! Autodistill implements its own image loading logic. This is because we want to standardize how we process images across all models. We...

My solution above will not work with `.label()`. Good catch. I have submitted a PR that will load `.pgm` images from a file and convert them into a PIL object....

Thanks for the prompt! I have left a comment above. I agree that this would be useful.

Hello there! We'd love this change! Want to file a PR?

If you are still interested in a PR, adding the results of your investigation to the README would be valuable for people working with this package!

That would be excellent!

Hello! How are you saving the labels? Are you using the `.label()` function in Autodistill, or writing your own logic?

Reference: https://docs.autodistill.com/reference/base-models/detection/#autodistill.detection.detection_base_model.DetectionBaseModel.label

> Is the format returned by autodistill-grounding-dino the same or it is (xyxy width height)? It should be converted to YOLOv8. > Are the labels normalized? I get an error...

It is a bit hard to interpret your message. Can you use the backtick character to format your code (`)? If you are proposing a complete solution, feel free to...