coco-viewer icon indicating copy to clipboard operation
coco-viewer copied to clipboard

Minimalistic COCO Dataset Viewer in Tkinter

Results 22 coco-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

enhancement
help wanted

Hello, is large image support included? Are we supposed to be able to zoom out images?

enhancement

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?

help wanted
question

From #45 we are using `Canvas` to display an image. Let's use the power of it!

enhancement

Improve `Data` (split) class to handle single image cases.

enhancement

Now the only way to select the data/annotations the app is cli. Let's add a option to select them from File menu.

enhancement

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.

enhancement