OpenCV Annotation Tool for Mac?
I have tried using RectLabel (https://itunes.apple.com/app/rectlabe...) but whenever I hit the save button, each of the annotated images are then saved into an .xml file but not into a .txt file that I could use for cascade training. I couldn't compile OpenCV to use the opencv_annotation tool because my laptop is low on storage so I was looking for an alternative tool that could help me get the job done. Any help would be appreciated!
while it probably only takes a few lines of python to convert the xml file(s), --
i wonder, how you want to do the actual training then, since it requires the
opencv_createsamples
and theopencv_traincascade
tools.then, sidenote: the arcane haarcascades are "on the way out", the tools to build them are no more part of recent opencv, you probably should "switch ideas", and look into dnn learning to detect objects