Skip to content
Snippets Groups Projects
Commit fa7cebc4 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Updated README from examples

parent 3e4877f2
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,22 @@ cd build
cmake ..
make
cd ..
```
#### Running
```
chmod +x *.sh
./run_demo.sh
./run_demo2.sh
```
or
```
# using a web camera
./build/bgs_demo
# using a video file
./build/bgs_demo ../dataset/video.avi
# using a sequence of images
./build/bgs_demo2 ../dataset/frames
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment