This website works better with JavaScript
Home
Explore
Help
Sign In
nikita.babich
/
knee_seg
Watch
1
Star
0
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
ksenia_dev
master
nikita_dev
knee_seg
/
scripts
/
run_app.cmd
run_app.cmd
99 B
Permalink
History
Raw
1
2
3
4
@echo off
cd /d %~dp0\..
call .venv\Scripts\activate
python -c "from knee.app import main; main()"