Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matsunagalab/colabbtr

End-to-end differentiable blind tip reconstruction on Colab implemented with PyTorch
https://github.com/matsunagalab/colabbtr

afm atomic-force-microscopy blind-tip-reconstruction differentiable-programming

Last synced: 1 day ago
JSON representation

End-to-end differentiable blind tip reconstruction on Colab implemented with PyTorch

Awesome Lists containing this project

README

        

# ColabBTR
End-to-end differentiable blind tip reconstruction on Colab implemented by PyTorch

## Colab notebook
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/matsunagalab/ColabBTR/blob/main/ColabBTR.ipynb)

Example pseudo-AFM file is given in `data/`. Please try it if you do not have any AFM data for analysis.

## Module installation
Requires `PyTorch` and `tqdm`.

If you need the module, install it directly from GitHub:
```
pip install git+https://github.com/matsunagalab/ColabBTR
```

###