UniversalDataTool / react-image-annotate

Create image annotations. Classify, tag images with polygons, bounding boxes or points.
MIT License
407 stars 178 forks source link

Circle and oval shape selectors #15

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi! Can you add circle and oval shape selectors also? Is it already on your roadmap?

seveibar commented 5 years ago

This is not currently on the roadmap (we are adding curved polygon and brush support however). Thank you for filing the issue, I'd ask that anyone interested in this feature please leave an :+1: on @saichander-sixsense's comment above.

saichander17 commented 5 years ago

@seveibar, I almost coded everything needed for the circle selector. There's some issue with the enclosing box. I'll fix it and raise a pull request if that's okay with you.

saichander17 commented 5 years ago

I raised the #17 . It has the enclosing box issue (It's usually much larger). Please have a look and let me know if you could pinpoint the issue.

ghost commented 5 years ago

I raised the #17 . It has the enclosing box issue (It's usually much larger). Please have a look and let me know if you could pinpoint the issue.

Enclosing box issue now resolved. Please check the PR.

sumitmoga commented 4 years ago

Hi @saichander-sixsense and @saichander17 , today i installed the react-image-annotate but there is no circle selector? and also is there any option for upload images/add urls and if there is no regionClsList then can we add this manually via input instead of select drop down

saichander17 commented 4 years ago

@sumitmoga, Sorry for the delayed response. I raised a PR #17 which @seveibar reviewed and opened another PR #18. You can track the progress of the work there. If you're in some urgent need and you're okay with the issues mentioned in #18, you can use this temporarily.

sasanazizi commented 3 years ago

This is not currently on the roadmap (we are adding curved polygon and brush support however). Thank you for filing the issue, I'd ask that anyone interested in this feature please leave an 👍 on @saichander-sixsense's comment above.

Hi :) Did you add brush support eventually?