8000 GitHub - ih-lab/stork-v
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ih-lab/stork-v

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stork-v

Actions Status Github EIPM Docker Hub GitHub Container Registry Python 3.8.16 License: MIT

Set up local environment and install dependencies

Install requirements from requirements.txt pip install -r requirements.txt

Add the models in the folder src/stork_v/models

Execute a model as script

Add the zip file in the expeted location src/data/78645636.zip and run the command python src/test.py

Docker run command

PATH_TO_MODELS=<set the location of your models directory>
PATH_TO_DATA=<set the location of you data directory>
PATH_TO_TEMP=<set the location of the temp directory used for creating the videos>

docker run --name stork-v \
-v $PATH_TO_MODELS:/stork-v/stork_v/models \
-v $PATH_TO_DATA:/stork-v/data \
-v $PATH_TO_TEMP:/stork-v/temp \
-e USERS_DICT="{'user1': 'stork'}" \
-p 8080:80 \
stork-v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 42.2%
  • JavaScript 26.1%
  • HTML 21.4%
  • CSS 7.7%
  • Dockerfile 2.6%
0