Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • boat_detector boat_detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • boat_detectorboat_detector
  • Wiki
  • Step by step guide for Windows users

Step by step guide for Windows users · Changes

Page history
Update Step by step guide for Windows users authored Aug 26, 2019 by Oliver Kirsebom's avatar Oliver Kirsebom
Hide whitespace changes
Inline Side-by-side
Step-by-step-guide-for-Windows-users.md
View page @ f5941d92
# Step-by-step buide for Windows users
1) Download the file `environment.yml` to your computer
1) Download the file [environment.yml](environment.yml) to your computer
2) Download Anaconda from https://www.anaconda.com/distribution/#download-section (make sure to get the Python 3.7 version for Windows)
2) Download Anaconda from [www.anaconda.com/distribution/#download-section](https://www.anaconda.com/distribution/#download-section) (make sure you get the Python 3.7 version for Windows)
3) Install Anaconda as described here: https://docs.anaconda.com/anaconda/install/windows/
3) Install Anaconda as described at [docs.anaconda.com/anaconda/install/windows/](https://docs.anaconda.com/anaconda/install/windows/)
4) Open Anaconda, select 'Environments', then click 'Import'
......@@ -16,10 +16,10 @@
8) Once the import has completed, a new environment with the name 'env_boat_detector' will appear in the menu to the left. Click the 'Play' button and select 'Open Terminal'. This opens a terminal window.
9) Now you can run the boat detector python scripts with the following commands
(adjust the paths to the settings file and the input data to match your needs)
9) Now you can run the boat detector python scripts with the following commands:
(adjust the file paths to match your needs)
```terminal
boat-preproc.exe -c C:\Users\Sarah\settings.json -i C:\Users\Mitch\Data\ -r -v
boat-detect.exe -c C:\Users\Sarah\config_detector.json
```terminal
```
Clone repository
  • Step by step guide for Windows users
  • Home