Skip to content

Commit

Permalink
Add registration example with L-BFGS (#277)
Browse files Browse the repository at this point in the history
* Update titles

* Add more descriptive comments

* Rename tutorial optimizers -> registration

* Add L-BFGS optimizer

* Visualize loss curves
  • Loading branch information
eigenvivek authored Jun 15, 2024
1 parent 95fa604 commit 41fefa5
Show file tree
Hide file tree
Showing 5 changed files with 1,083 additions and 796 deletions.
2 changes: 1 addition & 1 deletion notebooks/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ website:
contents:
- tutorials/introduction.ipynb
- tutorials/geometry.ipynb
- tutorials/optimizers.ipynb
- tutorials/registration.ipynb
- tutorials/reconstruction.ipynb
- tutorials/metrics.ipynb
- tutorials/timing.ipynb
Expand Down
792 changes: 0 additions & 792 deletions notebooks/tutorials/optimizers.ipynb

This file was deleted.

4 changes: 2 additions & 2 deletions notebooks/tutorials/reconstruction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"id": "1dc4cb16-bc48-43b8-a8bd-01ae5ade7bff",
"metadata": {},
"source": [
"## 3 and 4. Optimize!\n",
"## 3. Optimize!\n",
"\n",
"- Render DRRs from the given camera poses\n",
"- Measure the loss between projected DRRs and the ground truth X-ray (here we use MSE)\n",
Expand Down Expand Up @@ -294,7 +294,7 @@
"id": "d86db080-f7e1-41fe-b77d-a9107d4bbba6",
"metadata": {},
"source": [
"## Application: Novel View Synthesis\n",
"## Novel view synthesis\n",
"\n",
"One way we can test the robustness of our reconstruction is by rendering DRRs from different poses.\n",
"\n",
Expand Down
1,079 changes: 1,079 additions & 0 deletions notebooks/tutorials/registration.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 41fefa5

Please sign in to comment.