Skip to content

Commit 40a26d9

Browse files
committed
updated readme
1 parent e5c848d commit 40a26d9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Test if everything is sucesfully installed by running the demo script
3838
```
3939
python3 test.py
4040
```
41+
If you encounter the error message "cannot open display: :1" or similar, you have to disable the X server access control by running
42+
```
43+
xhost +
44+
```
45+
in a new terminal on the host machine (that is not in the same terminal in which you run the python script).
4146

4247
#### Alternative: Using Docker Compose
4348

@@ -194,4 +199,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
194199

195200
#### Citation
196201

197-
**Coming soon...**
202+
If you use our work for academic research please cite
203+
204+
```
205+
@inproceedings{Bommes.2020,
206+
author={Bommes, Lukas and Lin, Xinlin and Zhou, Junhong},
207+
title={{MVmed: Fast multi-object tracking in the compressed domain}},
208+
booktitle = {{2020 15th IEEE Conference on Industrial Electronics and Applications (ICIEA)}},
209+
month={June},
210+
year={2020}
211+
}
212+
```

0 commit comments

Comments
 (0)