James
James
Can you try enclosing your `.train()` in: ```python if __name__ == "__main__": target_model.train(...) ... ```
Is this still a problem? If there is no response in a few days, we will close this issue.
Since we can't use this model, I am going to close this issue. If anything changes, we can re-open this issue and begin work. It would be amazing to have...
@ERYAGNIK003 Can you share the code with which you are working? What base and target models are you using?
@ERYAGNIK003 I am closing this PR due to inactivity. If you still need help, please share the code with which you are working and the names of the base and...
Hello! That tutorial is not using Autodistill. If you want to use Autodistill with those models, you can use: ```python from autodistill_grounded_sam import GroundedSAM from autodistill.detection import CaptionOntology # define...
Since there has been no activity on this issue in a year, I am going to close it. If the code above did not fix the problem, let us know.
Hello @charuu! What model are you using? If there are more than four values, it means the result is a polygon. Polygons can be transformed into xyxy coordinates if required...
Thank you for filing this Issue! We have not yet thought about fine-tuning foundation models as part of `autodistill`. I have taken a note of this idea and will consider...
Hello there! If you run `print(detections)`, what do you get?