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

Bug: Regression distance calculation #6

Open robertyoung2 opened 3 years ago

robertyoung2 commented 3 years ago

Default crop size of 50 pixels is far too small. Ends up with a tiny fraction of the image crop. Need to work out a better default value.

https://github.com/robertyoung2/sidewalk-panorama-tools/blob/5d64a83c4d92bb5345914cedf54ebccfc3073861/CropRunner.py#L300

Before handling this issue, ensure Issue https://github.com/robertyoung2/sidewalk-panorama-tools/issues/5#issue-852225270 is corrected first to allow proper debugging of label.

robertyoung2 commented 3 years ago

See image label 91012 as an example:

91012

Further label-ids to examine:

robertyoung2 commented 3 years ago

Issue resolved via 50938f9242033aa973b034da95ab4d951bb6e9ed and 5e9dca79a20c959e5a174580e09a17c01d013622 on branch 'croprunner_update'. Will close issue once merged with master.