Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Movement Classification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ADAS
Movement Classification
Commits
877d337d
Commit
877d337d
authored
8 months ago
by
Tomas Martinovic
Browse files
Options
Downloads
Patches
Plain Diff
put output file arguments at correct place in readme
parent
2f48a9ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
877d337d
...
...
@@ -46,7 +46,7 @@ Among the repository files is pre-prepared `docker-compose.yml` file which conta
In Your terminal navigate to the folder where the files from the repository are downloaded and execute the following command:
```
shell
docker compose run movement-classification R
--quiet
-e
"rmarkdown::render('get_features.Rmd')"
docker compose run movement-classification R
--quiet
-e
"rmarkdown::render('get_features.Rmd'
, output_file = '/output/features.html'
)"
```
By default input dat are downloaded into a folder
`data_zenodo`
and output features are also placed into this folder.
...
...
@@ -58,7 +58,7 @@ In case You have not run the first step, in this step features are downloaded fr
In Your terminal navigate to the folder where the files from the repository are downloaded and execute the following command:
```
shell
docker compose run movement-classification R
--quiet
-e
"rmarkdown::render('get_results.Rmd')"
docker compose run movement-classification R
--quiet
-e
"rmarkdown::render('get_results.Rmd'
, output_file = '/output/classification.html'
)"
```
The results are HTML document placed into the folder
`output`
.
...
...
@@ -108,7 +108,7 @@ reticulate::virtualenv_install("hmch", c("-r", "requirements.txt"))
Now You can execute the script by calling
```
bash
R
-e
"rmarkdown::render(get_features.Rmd
, output_file = '/output/features.html'
)"
R
-e
"rmarkdown::render(get_features.Rmd)"
```
## Step 2 Classification
...
...
@@ -127,7 +127,7 @@ renv::restore()
### Model execution
```
bash
R
-e
"rmarkdown::render(get_results.Rmd
, output_file = '/output/classification.html'
)"
R
-e
"rmarkdown::render(get_results.Rmd)"
```
At the same time this file reproduce figures from an article which is now under review and later we will link it when it is published.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment