robertyoung2 / sidewalk-panorama-tools

Collection of tools for fetching and processing Street View imagery, adapted from code by @kotarohara
1 stars 0 forks source link

Enhancement: Update output crop file name #5

Open robertyoung2 opened 3 years ago

robertyoung2 commented 3 years ago

Current output gives the file name a number, which starts at 1 and increments by one each time a new crop is made. This is too simplistic and makes it difficult to debug and double check crops against the original GSV and label meta-data. Propose updating the code to use the label-id as the filename, rather than a counter.

robertyoung2 commented 3 years ago

Completed in branch croprunner_update, pending merge back to master.

https://github.com/robertyoung2/sidewalk-panorama-tools/blob/2b3d3eb83e33197d8b8437e9e8f524c0ff1bab2d/CropRunner.py#L417