Skip to content

Commit 9218562

Browse files
author
dbickson
committed
fixing
1 parent d391773 commit 9218562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RUN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ fastdup.run('s3://mybucket/myfolder', run_mode=1, work_dir='/path/to/work_dir',
367367
min_offset=0, max_offset=2000)
368368

369369
```
370-
The first job runs on 2000 tars from 0 to 2000 not including. Next you can run with `min_offset=2000, max_offset=4000` etc.
370+
The first job runs on 2000 tars from 0 to 2000 not including. In parallel you can run with `min_offset=2000, max_offset=4000` on another node etc. We estimate the extraction speed in around 4M images per hour on a 32 core machine (no GPU).
371371

372372
Once all jobs are finished, collect all the output files from the `work_dir` into a single location and run:
373373

0 commit comments

Comments
 (0)