Update README.md

pull/9/head
qwertyforce 2023-03-06 15:48:46 +03:00 committed by GitHub
parent fcfd622e3b
commit 0c2a6af86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -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