Martin Thoma

Results 275 issues of Martin Thoma

Compression is a common way to store files, e.g. `.json.gz`

enhancement

path might be absolute - then base is ignored.

enhancement

``` import itertools, sys, time spinner = itertools.cycle(['-', '/', '|', '\\']) while True: sys.stdout.write(spinner.next()) # write the next character sys.stdout.flush() # flush stdout buffer (actual character display) sys.stdout.write('\b') # erase...

enhancement

target can be a file system. See https://stackoverflow.com/questions/4814040/allowed-characters-in-filename

enhancement

There is botocore.exceptions.ClientError and FileNotFoundError. Make sure the right error with all of the important information is raised (inclusively traceback)

enhancement

1. If destination is a directory, then give the downloaded file the same name and put it in that directory 2. If destination is None, then download it to a...

enhancement

https://stackoverflow.com/questions/25349178/calculating-percentage-of-bounding-box-overlap-for-image-detector-evaluation/42874377#42874377

enhancement

* box in R^n * polygons

enhancement

https://stackoverflow.com/a/27960627/562769

enhancement