Skip to content

Commit 4005a05

Browse files
Merge pull request #213 from JdeRobot/issue-211
Renamed Detection Studio to Detection Metrics in Dockerhub
2 parents f9779e1 + 93153cf commit 4005a05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
uses: docker/build-push-action@v2
3232
with:
3333
push: true
34-
tags: jderobot/detection-studio:noetic
34+
tags: jderobot/detection-metrics:noetic
3535
context: DetectionMetrics/Dockerfile/
3636
file: DetectionMetrics/Dockerfile/Dockerfile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To quickly get started with Detection Metrics, we provide a docker image.
4444

4545
* Download docker image and run it
4646
```
47-
docker run -dit --name detection-studio -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-studio:latest
47+
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:latest
4848
```
4949

5050
This will start the GUI, provide a configuration file (appConfig.yml can be used) and you are ready to go. Check out the [web](https://jderobot.github.io/DetectionMetrics) for more information

docs/_pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To quickly get started with Detection Metrics, we provide a docker image.
1212

1313
* Download docker image and run it
1414
```
15-
docker run -dit --name detection-studio -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-studio:latest
15+
docker run -dit --name detection-metrics -v [local_directory]:/root/volume/ -e DISPLAY=host.docker.internal:0 jderobot/detection-metrics:latest
1616
```
1717

1818
This will start the GUI, provide a configuration file (appConfig.yml can be used) and you are ready to go. Check out [functionality](/functionality/detector) for more information

0 commit comments

Comments
 (0)