react-image-annotate icon indicating copy to clipboard operation
react-image-annotate copied to clipboard

Create image annotations. Classify, tag images with polygons, bounding boxes or points.

Results 109 react-image-annotate issues
Sort by recently updated
recently updated
newest added

I've been hunting for a package like this for so long! Just trying to get this up and running but I'm running into this issue: ![image](https://user-images.githubusercontent.com/33504467/91351097-b598ac80-e7b5-11ea-920e-c9f041205a31.png) Here's the component that's...

bug

Is that possible to make the creation of boxes easier on touchable devices? Now to create a box I tap two times and sometimes it creates a box sometimes not....

I'm unable to run `yarn storybook` on windows 10 : ``` ERROR in C:/Users/matth/Google Drive/trashcam2/Annotators/react-image-annotate/.storybook/config.js 9:24 Module parse failed: Unexpected token (9:24) You may need an appropriate loader to handle...

Thank you guys for making this epic module, it's great! But I'm struggling to filter out classes. My situation: I have 9 Classes for bbox, poly, and keypoint - three...

enhancement

Error in program running ``` index.js:1 Warning: Each child in a list should have a unique "key" prop. Check the top-level render call using . It was passed a child...

Currently you'll need to hit the save button to save image widget state. It would be nice to be able to save state when using any of the tools.

enhancement

I was wondering instead of having predefined classes and tags if it is possible to add user-defined classes/tags or text. For example, let's say there is an image of a...

enhancement

When I insert a polygon detection, is not really clear how confirm the tagging. If I press enter, the polygon is confirmed? It works the first time, but if I...

Based on my investigation on an issue similar to #109 , if the browser is in quirks mode (document.compatMode is "BackCompat") the application completely breaks. This state is most often...