-
Notifications
You must be signed in to change notification settings - Fork 38
Labelling #107
Comments
Hi, I would also like to see your config file to help you, passed into sampleGenerator to help you. Also @jmplaza told me that you are using Darknet Inferencer yolo. Also, please post the output after running this. |
Hi, I used dl-DetectionSuite/sampleGenerator/simpleSampleGenerator/main.py . Yes, I'm trying to train a yolo network with my dataset. Thanks! |
Did you get any output after running it. Also, do you only have color images ?
Or your dataset also contains depth images ?
Are they in a particular format like JdeRobot Recorder, etc.
I think the tool you are looking for is dl-DetectionSuite/DeepLearningSuite/SampleGenerationApp/
… On 02-Feb-2019, at 10:42 PM, jessiffmm ***@***.***> wrote:
Hi,
I used dl-DetectionSuite/sampleGenerator/simpleSampleGenerator/main.py .
How can I use sampleGenerator? Because I haven't found information about how to use it. I don't know what configuration file I have to use.
Yes, I'm trying to train a yolo network with my dataset.
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, I get that I need config file, because I don't know what configuration file I have to use. |
Hi @jessiffmm ,
Please edit After running, it will automatically detect some objects, and you can add additional objects by clicking and dragging. Then press space bar. Now, the current object will be select in blue, and you can change it's position by dragging the edges. Fran wrote it specifically for person labelling and the following is hard coded currently like below Also, it outputs json files in the output path provided. I understand that it's not very user friendly currently, but making it user friendly is an entire project. |
Hi @vinay0410 Perfect, I will try it. Thanks!! |
Hi @vinay0410 I try to use SampleGenerationApp but I get some errors. 1-I have the config.yml: I understand that I have to use directory recorder If I have the dataPath and I use recorder-rgbd If I have depth and rgb images. But it's in reverse: 2- In RecorderReader.cpp only admits png images: Also if I leave the next part does not read the images: 3- I get the following error: Abortado (`core' generado) I think that it doesn't open the image correctly because the directory of images is wrong. In the AutoEvaluator tool I need to change: And I put: Because It didn't find the images. Regards |
Hi,
I'm trying to use the sampleGenerator tool for labelling traffic images. I have seen that a file with tags is automatically generated and an image is saved with the tagged object. But the results I get are pretty bad, because the vehicles are not labeled. I have other question, how is it indicated to which class does each object belong?
Regards!
The text was updated successfully, but these errors were encountered: