Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrogala authored Jan 22, 2021
1 parent d9c4480 commit f124011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ conda install --yes --channel conda-forge opencv==4.4.0
```

4. build the bundle - go to `models/runner` and run `release_model_win10_x86_64.bat`
If you run into issues with loading dependecies, set a shorter $env:PATH with only system paths and conda (by running something like `$env:PATH="C:\Users\your_username_here\miniconda3\condabin;C:\Windows\system32;C:\Windows"`), and re-activate the environment (Windows has trouble loading packages if $PATH after activating the environment is too long ¯\\\*(ツ)\_/¯)
*Note:* If you run into issues with loading dependecies, set a shorter `$env:PATH` with only system paths and conda (by running something like `$env:PATH="C:\Users\your_username_here\miniconda3\condabin;C:\Windows\system32;C:\Windows"`), and re-activate the environment (Windows has trouble loading packages if $PATH after activating the environment is too long ¯\\\*(ツ)\_/¯)

5. Now your model runner is in `runner_win\main\main.exe`.

Expand Down

0 comments on commit f124011

Please sign in to comment.