-
Can you give some label tools about action recognition?I have checked your code supports 3 annotation forms.I don't know whether labelimg is suitable for these annotation forms?
-
Hello @AlvaroCavalcante , Thanks for your previous responses. I have encountered new problem i.e, after generating the XML files when I try to open the folder which has image and its xml file in Label…
-
Hi!
I have labels and detections that I am using with YOLO. Once I load all of the annotations for groundtruth and detections to the GUI and click "Run", the program crashes.
My issue might be …
-
First, this is a very remarkable project and I am looking forward to it making significant improvement in the image annotation experience.
It will be great if support for exporting annotated data t…
-
Hi, @glenn-jocher i manage to use `python detect.py --save-txt` to semi-auto label images, but when i set `Open Dir` and `Change Save Dir` in [labelImg](https://github.com/tzutalin/labelImg/releases/…
wwdok updated
3 years ago
-
i want to use this for detecting 2 classes: buildings and trees..
can you pls help me with the code.
I am getting problem in preparing the datasets
if i convert my xml file to csv file..the labels …
-
Im getting the following error while trying to generate tf records
```
File "/Users/anaconda/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_s…
-
I have retrained an ssd-mobilenet model, was able to convert it to onnx format, and ran it using detectnet. Now I would like to improve my model and add additional categories for detection. Should I j…
-
_First of all, thank you @AlexeyAB for such a work._
While I was trying to label my images, the images were stretched.
And it's affect the coordinates.
Same problem has been stated before at #3. …
-
I’m trying to train your code on my own dataset. But your labeling style is kind of different. What labeling tool did you use? Or I’m familiar with tzutalin/labelImg. How can I change your code to be …