Ryan
Ryan
Hey, @lornajane I'll give this a shot. :+1:
Is it acceptable to make another API call to do this? From what I've read in the code, the only way to do this in this project alone is to...
Pull request is up, forgot to say. Feedback welcome 😁
I think they rebranded and it recreated their store page. This is the link to the new page: https://play.google.com/store/apps/details?id=com.lionsden.gamemaster5 Also, welcome to GitHub!
Have you tried removing spaces in `PARTITION_KEY = '{0}'` to make `PARTITION_KEY='{0}'`? I seem to remember this working for me.
#35 Solves this, if you wouldn't mind giving it a review please :smile:
Bug still present 0.26.1 ``` File "/home/ubuntu/dev/ml-segmentation/.venv/lib/python3.13/site-packages/supervision/dataset/core.py", line 625, in as_coco save_coco_annotations( ~~~~~~~~~~~~~~~~~~~~~^ dataset=self, ^^^^^^^^^^^^^ ...... approximation_percentage=approximation_percentage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/home/ubuntu/dev/ml-segmentation/.venv/lib/python3.13/site-packages/supervision/dataset/formats/coco.py", line 294, in save_coco_annotations coco_annotation, annotation_id = detections_to_coco_annotations(...
I'm also getting this error when trying to add GroundedSAM 2 with uv: ``` ModuleNotFoundError: No module named 'torch' hint: This error likely indicates that `[email protected]` depends on `torch`, but...