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
With @hoominchu's auto-cropping code, should we avoid dumping all crops from all cities into the same directory? Some filesystems have small limits (e.g., 65k files per dir). Moreover, it takes a long time to open large dirs. I might suggest organizing them by city and then label type (so, we would have a Zurich, Switzerland dir and then dirs like curb ramps, missing curb ramps, etc.)
The text was updated successfully, but these errors were encountered:
Sounds like our filesystem if zfs, which has a max number of files per dir of 281,474,976,710,656. So running into that limit won't be an issue. Though we could always group them into sub directories if we find that easier.
Related to #3468
With @hoominchu's auto-cropping code, should we avoid dumping all crops from all cities into the same directory? Some filesystems have small limits (e.g., 65k files per dir). Moreover, it takes a long time to open large dirs. I might suggest organizing them by city and then label type (so, we would have a
Zurich, Switzerland
dir and then dirs likecurb ramps
,missing curb ramps
, etc.)The text was updated successfully, but these errors were encountered: