Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 authored Aug 3, 2024
1 parent 145da45 commit efcd483
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ roslaunch deep_vision_ros sample_track.launch \
#### 2. using docker
You need to launch tracker and gui seperately cause docker doesn't have gui, so launch tracker by
```bash
./run_docker -host pr1040 -launch track.launch \
./run_docker -cache -host pr1040 -launch track.launch \
input_image:=/kinect_head/rgb/image_rect_color \
mode:=prompt \
model_type:=vit_t \
Expand All @@ -76,6 +76,7 @@ You need to launch tracker and gui seperately cause docker doesn't have gui, so
where
- `-host` : hostname like `pr1040` or `localhost`
- `-launch` : launch file name to run
- `-cache` : caching downloaded checkpoints

and launch rqt gui on your gui machine by
```bash
Expand All @@ -91,9 +92,10 @@ roslaunch deep_vision_ros deva.launch \
```
or
```bash
./run_docker -host pr1040 -launch deva.launch \
./run_docker -cache -host pr1040 -launch deva.launch \
input_image:=/kinect_head/rgb/image_rect_color \
model_type:=vit_t \
dino_model_type=swinb \
sam_model_type:=vit_t \
device:=cuda:0
```
and use dynamic reconfigure to set detection and object tracking by
Expand Down

0 comments on commit efcd483

Please sign in to comment.