You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @TimoStoff,
Thank you very much for this work. I have a confusion regarding the JSON files you provided in generator_config folder. There are three paths you set.
"foreground_images": {
"png_dataset": {
"path": "/home/path/to/esim_objects",
"proportion": 0.8
},
"coco_dataset": {
"path": "/home/path/to/coco_png",
"proportion": 0.2
},
And then
"background_images": {
"coco_dataset": { "path": "/home/path/to/coco"
}
Here I replaced "path": "/home/path/to/coco_png", this with png images that i extracted using tools/jpg_png.py script and "path": "/home/path/to/coco" with the original COCO training dataset that has jpg images.
What is this path "path": "/home/path/to/esim_objects", about? Which folder I should specify in this path?
Please let me know this
Thanks!!
The text was updated successfully, but these errors were encountered:
Hi @TimoStoff,
Thank you very much for this work. I have a confusion regarding the JSON files you provided in generator_config folder. There are three paths you set.
"png_dataset": {
"path": "/home/path/to/esim_objects",
"proportion": 0.8
},
"coco_dataset": {
"path": "/home/path/to/coco_png",
"proportion": 0.2
},
And then
"coco_dataset": {
"path": "/home/path/to/coco"
}
Here I replaced "path": "/home/path/to/coco_png", this with png images that i extracted using tools/jpg_png.py script and "path": "/home/path/to/coco" with the original COCO training dataset that has jpg images.
What is this path "path": "/home/path/to/esim_objects", about? Which folder I should specify in this path?
Please let me know this
Thanks!!
The text was updated successfully, but these errors were encountered: