Михаил
Михаил
faster-coco-eval 1.6.2 Available on pypi.
How are the build tests? Does everything work on macos and windows?
> @MiXaiLL76 all windows builds are now installing and passing, but all macos builds are still failing at the installation: https://github.com/Lightning-AI/torchmetrics/actions/runs/11271068805/job/31343173001?pr=2750 Can you tell me what version of pybind11 is...
With macos it's some kind of compiler problem, very strange. I found a laptop with macos and took it for the evening, I can do tests.
I am happy to announce that I have solved the problem with macOS! It was an interesting investigation) And a very small fix) Soon I will post release 1.6.3 and...
```python3 def showAnns(self, anns, draw_bbox=False): warnings.warn("showAnns deprecated in 1.3.0", DeprecationWarning) def download(self, tarDir=None, imgIds=[]): warnings.warn("download deprecated in 1.3.0", DeprecationWarning) ``` I didn't want to have an extra dependency on matplotlib,...
You can do whatever you want in your fork, but it can only get into my implementation via PR. I was going to release this feature this week, if you...
@Fredrik00 return ShowAnns https://github.com/MiXaiLL76/faster_coco_eval/pull/53 with examples. Build release https://github.com/MiXaiLL76/faster_coco_eval/actions/runs/15181012099
@Fredrik00 If the last change solved your problems, close the issue?
Hi! Thanks for the feedback, I try to keep the library up to date and introduce many new changes. pycocotools has lost its relevance both in speed and behavior, my...