coco-viewer
coco-viewer copied to clipboard
Minimalistic COCO Dataset Viewer in Tkinter
To get this script to work, I needed to add DejaVuSans.ttf to the coco-viewer directory. I dropped it in both the root and the assets directory. The script did not...
hi @trsvchn, does segmentation element in JSON file needs to be written in RLE format, polygon or it can be just pixel coordinates of my ground truth?
It would be great to add test suite and CI. But I don't really know how to test python gui app.
Hello, is large image support included? Are we supposed to be able to zoom out images?
When trying to run the coco-viewer I get error ```bash INFO: Starting... INFO: Parsing ../SKU110K_fixed/annotations/val.json... Traceback (most recent call last): File "cocoviewer.py", line 745, in main() File "cocoviewer.py", line 740,...
How to set a font correctly to fit every platform?
From #45 we are using `Canvas` to display an image. Let's use the power of it!
Improve `Data` (split) class to handle single image cases.
Now the only way to select the data/annotations the app is cli. Let's add a option to select them from File menu.
This is a nice and simple viewer for the coco annotations. It would be nice if there was an option to save the file when looking at them.