Update README.md
parent
fcfd622e3b
commit
0c2a6af86d
10
README.md
10
README.md
|
@ -39,7 +39,9 @@ How it works: [how_it_works_scenery.md](https://github.com/qwertyforce/scenery/b
|
|||
```npm run import_tags``` -> import tags from /import/id_tags.txt (generated by places365_tagger_web)
|
||||
```npm run import_captions``` -> import captions from /import/id_caption.txt (generated by image_caption_web)
|
||||
|
||||
```npm run import_with_check``` -> import images from /import/images with duplication check and calculation of ambience features, including tags and captions
|
||||
```npm run import_without_check``` -> import images from /import/images without duplication check and calculation of ambience features, including tags and captions
|
||||
if you add "-- --use_filename_id" to these npm scripts, image_id will be extracted from file name. File name must be an unique number > 0
|
||||
|
||||
```npm run import_images``` -> import images
|
||||
args:
|
||||
--path=/path/to/image_folder -> imports images from the path, if not specified, default path - /import/images/
|
||||
--use_filename_id -> parses image id from file (file name must be an unique number > 0), if not specified, uses sequential id
|
||||
--move -> move files instead of copying
|
||||
--bypass_ambience -> do not perform calculation of tags,captions, ambience features and duplicate check
|
||||
|
|
Loading…
Reference in New Issue