Shathe / ML-Superpixels

19 stars 7 forks source link

Empty augmented_GT folder #3

Closed javander13 closed 2 years ago

javander13 commented 2 years ago

Hi ! Great work, but I am having a small issue when running your code. When I run your line: python generate_augmented_GT/generate_augmented_GT.py --dataset ./Datasets/camvid --number_levels 15 --start_n_superpixels 3000 --last_n_superpixels 30 the superpixels for camvid get generated correctly, however the augmented_GT folder is empty... I am not sure if I am missing a step in the process, but I am not getting any error messages. My terminal displays the following:

367 images total ...
On average, 0.0194314 seconds needed ...
233 images total ...
On average, 0.019269 seconds needed ...
367 images total ...
On average, 0.0195162 seconds needed ...
233 images total ...
On average, 0.0196627 seconds needed ...
...
GENERATION COMPLETED
camvid/sparse_GT/test/*.png
camvid/sparse_GT/train/*.png
GENERATION COMPLETED

Thanks a lot for your help ! :P

javander13 commented 2 years ago

I resolved this issue by first running the part that generates the sparse GT, didn't realise it was necessary !