autodistill / autodistill-grounding-dino

Grounding DINO module for use with Autodistill.
https://docs.autodistill.com
Apache License 2.0
18 stars 13 forks source link

Error on labeling #7

Closed sctrueew closed 9 months ago

sctrueew commented 9 months ago

I got an error when I used the label. I have changed the record_confidence to False but I still get the error.

base_model.label( input_folder="./myds", output_folder="./dataset", record_confidence=False )

**Exception has occurred: FileNotFoundError [Errno 2] No such file or directory: './dataset\annotations\confidence-s11.txt'

During handling of the above exception, another exception occurred:**

sctrueew commented 9 months ago

I set record_confidence=True and works.