Skip to content

Commit

Permalink
Updated URLS and .gitmodules for Idiap's github page
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaques committed Jul 16, 2019
1 parent 8f7bf14 commit 64b7497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "hesm_distrib_data"]
path = hesm_distrib_data
path = data
url = https://github.com/idiap/hesm_distrib_data
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ After setting up the physical system, see `readme` files within each folder for

### Supported platforms
These instructions are meant for Debian distributions of Linux (tested on Debian Stretch (4.9) and Ubuntu 16.04 LTS). The data processing should work on all platforms. The data acquisition should work on Windows (the wrapping of the `C++` code can be tricky), for macosX, the required `ueye` library isn't available.
If anyone has a way to drive a Thorcam USB3 camera on macosX, please [let me know](mailto:christian.jaques@idiap.ch).
If someone has a way to drive a Thorcam USB3 camera on macosX, I'd be very grateful if you [let me know](mailto:christian.jaques@idiap.ch).

## System setup

Expand All @@ -26,7 +26,7 @@ If anyone has a way to drive a Thorcam USB3 camera on macosX, please [let me kno
The repository includes a submodule with the data, so to retrieve everything, you have to run

```bash
git clone --recursive git@gitlab.idiap.ch:cjaques/hesm_distrib.git
git clone --recursive https://github.com/idiap/hesm_distrib.git
```

or if you have cloned the repository without the submodules, from within the repo, run
Expand Down

0 comments on commit 64b7497

Please sign in to comment.