Skip to content

Commit

Permalink
Add test-time optimization gif to README
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Nov 26, 2023
1 parent 8bb0d93 commit adf34f0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Code style:
black](https://img.shields.io/badge/Code%20style-black-black.svg)](https://github.com/psf/black)

<img src="https://github.com/eigenvivek/DiffPose/blob/main/notebooks/test_time_optimization.gif"/>

## Install

``` zsh
Expand Down
4 changes: 4 additions & 0 deletions notebooks/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ website:
twitter-card: true
open-graph: true
repo-actions: [issue]
favicon: favicon.png
navbar:
background: primary
search: true
right:
- icon: github
href: "https://github.com/eigenvivek/DiffPose"
sidebar:
style: floating

Expand Down
7 changes: 7 additions & 0 deletions notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"[![Code style: black](https://img.shields.io/badge/Code%20style-black-black.svg)](https://github.com/psf/black)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"https://github.com/eigenvivek/DiffPose/blob/main/notebooks/test_time_optimization.gif\"/>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
19 changes: 19 additions & 0 deletions notebooks/sidebar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
website:
sidebar:
contents:
- index.ipynb
- section: api
contents:
- api/00_deepfluoro.ipynb
- api/01_ljubljana.ipynb
- api/02_calibration.ipynb
- api/03_registration.ipynb
- api/04_metrics.ipynb
- api/05_visualization.ipynb
- api/06_jacobians.ipynb
- section: experiments
contents:
- experiments/00_3D_visualization.ipynb
- experiments/01_pose_recovery.ipynb
- experiments/02_loss_landscapes.ipynb
- experiments/render.html

0 comments on commit adf34f0

Please sign in to comment.