Skip to content

Commit

Permalink
fixed no links .csv files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelgg93 committed Aug 25, 2023
1 parent a7300dc commit 82f670e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/alpha-lab/dense-pose.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ After executing the code, new files will be generated. Check the new DensePoseCo
<v-img class="rounded" :src="require(`../media/alpha-lab/densepose-result.png`)" width="100%" />
</div>

3. Two files are also stored: 1) a simple `[parts_count.csv](https://www.notion.so/69d881ce18cd42c2b4d95d13e98432ec?pvs=21)` showing the number of times each body part is gazed, and 2) a `[densepose.csv](https://www.notion.so/69d881ce18cd42c2b4d95d13e98432ec?pvs=21)` following a structure similar to the gaze.csv, but also with a new column indicating gazed body parts.
3. Two files are also stored:
1) A simple `parts_count.csv` showing the number of times each body part is gazed, and
2) A `densepose.csv` following a structure similar to the gaze.csv, but also with a new column indicating gazed body parts.

## Runing locally

Expand Down

0 comments on commit 82f670e

Please sign in to comment.