James

Results 194 comments of James
trafficstars

I am excited about this change! I have run into Out of Memory errors in Colab when working with large datasets with `supervision`. The only Autodistill use I can find...

I see that images are only opened with `cv2` when they are accessed. Suppose I am labeling 10,000 images and load all them into memory sequentially. My workflow is: 1....

I really like this idea! You can use [mike](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/) to retain multiple versions of documentation. I'm setting it up for another project right now. Note that `mike` replaces `mkdocs` commands,...

@SkalskiP Yep! They would look the same. `mike` would add a dropdown for versions.

Yep! I'll do this in addition to the CONTRIBUTING.md updates before the next release!

I'm working on this. I'm having a problem getting the version dropdown to show in the docs navigation bar. I'll keep working on it!

Thank you for creating this Issue and apologies for the delay in responding. Can I confirm the image with which you are working is a valid JPG image? If an...

We have replaced the autodistill-sam-clip module with the new model combination API. See the [autodistill-sam-clip](https://github.com/autodistill/autodistill-sam-clip) README for instructions on how to use the new module. Let me know if you...

Please refer to the [SAM-CLIP README](https://github.com/autodistill/autodistill-sam-clip). Here is an example of the new API: ```python from autodistill_clip import CLIP from autodistill.detection import CaptionOntology from autodistill_grounded_sam import GroundedSAM import supervision as...

I know. The `autodistill-sam-clip` model is officially deprecated. The code in that repository is no longer used, and will not be updated. This is noted in the README: > This...