nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

demo_img.py is not sequentially load image #14

Open deokisys opened 6 years ago

deokisys commented 6 years ago

I run demo_img.py then,

demo

4 images are saved in tools/img folder, but demo_img.py is load 1 image. furthermore, after show 1 image then stop terminal, so I reboot terminal. What process did I miss? or could you give some tips for this problem?

nqanh commented 6 years ago

There is a cv2.waitkey(0) command that stops the terminal and waits for your ESC key (to close the popup result windows). You can disable this line and/or usecv2.imwrite() to save the results to disk.