react-image-annotate
react-image-annotate copied to clipboard
Create image annotations. Classify, tag images with polygons, bounding boxes or points.
Hi, I'm pretty new to react so this is may be something I'm doing wrong on my end, but I wrapped ReactImageAnnotate component in my own component, update the state...
When an image is loaded in full pixel segmentation mode, it should show an error if the CORs header wasn't present (right now, a blank image/no image will be displayed)
Bottom right corner. Just to indicate that it's loading and no errors occurred.
Is there a way to center an image vertically and horizontally? Also I think it would be good to reset the pan to center when resetting the zoom via zoom...
Probably rename to `react-image-video-label` or something. Not sure yet.
The video support was build primarily for the [UniversalDataTool](https://github.com/UniversalDataTool/universal-data-tool) so usage examples can be found there in the mean time.
Imagine User A has drawn something - say 2 random polygons. I have 2 questions: 1. When save() happens, is there a way to detect the two areas separately or...