Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Sep 25, 2024
1 parent 59a54b2 commit bfb5df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We strongly advise installing within a virtual environment. This approach helps
export NUMEXPR_NUM_THREADS=1
export OMP_NUM_THREADS=1

# Open Command Prompt and navigate to directory that will hold venv
# Navigate to directory that will hold venv
# this does not need to be the same as where your project workspace is held
cd path/to/your/project

Expand All @@ -61,7 +61,7 @@ We strongly advise installing within a virtual environment. This approach helps
# Install packages (Ubuntu)
sudo apt-get install --fix-missing libgl1-mesa-dev

# Open Command Prompt and navigate to directory that will hold venv
# Navigate to directory that will hold venv
# this does not need to be the same as where your project workspace is held
cd path/to/your/project

Expand Down
6 changes: 2 additions & 4 deletions docs/sample_project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Sample Project

A complete walkthrough of the calibration and post-processing workflow is shown below. To determine how `caliscope` runs on your hardware, you can download the sample dataset used in this video [here](https://utexas-my.sharepoint.com/:f:/g/personal/priblede_my_utexas_edu/EpJRde1NTPNHpTGrVmPLZA0B_kWTm08KI2QuDjZNY8BV3A?e=tGSwk3).

A complete walkthrough of the calibration and post-processing workflow is shown below. To determine how `caliscope` runs on your hardware, you can download the sample dataset used in this video [here](https://utexas-my.sharepoint.com/:f:/g/personal/priblede_my_utexas_edu/EpJRde1NTPNHpTGrVmPLZA0B_kWTm08KI2QuDjZNY8BV3A?e=tGSwk3).

Please note that this demo project is meant to illustrate the workflow as simply as possible.There are a variety of improvements that could be made to improve the final results, including:

Expand All @@ -11,5 +10,4 @@ Please note that this demo project is meant to illustrate the workflow as simply
- larger calibration board
- hardware synchronization rather than folding together frames based on timestamps


<iframe width="560" height = "315" src="https://www.youtube.com/embed/voE3IKYtuIQ?si=U-ivFqX0trbjG5QA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height = "315" src="https://www.youtube.com/embed/voE3IKYtuIQ?si=U-ivFqX0trbjG5QA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 comments on commit bfb5df6

Please sign in to comment.