Dimlight

Results 4 issues of Dimlight

I have not found the toxi.geom jar anywhere. Can you please give me any suggestions on where to find it? and how to resolve this issue?

Your current library is great. Can you please provide a whisper-live version of your codebase?

enhancement

Hello all, I tried to run this code with webcam. I have used the following command: python clip_object_tracker.py --weights ./weights/best.pt --source 0 --detection-engine yolov7 --info But it have thrown me...

Hello, I am trying to use the Hugging Face model [`OpenGVLab/InternVideo2-Stage1-1B-224p-K400`](https://huggingface.co/OpenGVLab/InternVideo2-Stage1-1B-224p-K400) with the `transformers` library for video feature extraction. When I call: ```python from transformers import AutoImageProcessor processor = AutoImageProcessor.from_pretrained("OpenGVLab/InternVideo2-Stage1-1B-224p-K400")...