Skip to content

Update DTEx212_single_particle_tracking.ipynb #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README-pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ Here you find a series of notebooks that give you an overview of the core featur

These are examples of how DeepTrack2 can be used on real datasets:

- DTEx211 **[MNIST](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx201_MNIST.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx201_MNIST.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>
- DTEx211 **[MNIST](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx211_MNIST.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx211_MNIST.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>

Training a fully connected neural network to identify handwritten digits using MNIST dataset.

- DTEx212 **Single Particle Tracking**
- DTEx212 **[Single Particle Tracking](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx212_single_particle_tracking.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx212_single_particle_tracking.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>

Tracks experimental videos of a single particle. (Requires opencv-python compiled with ffmpeg)
Tracks experimental videos of a single particle.



Expand Down
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,32 +101,18 @@ Here you find a series of notebooks that give you an overview of the core featur

These are examples of how DeepTrack2 can be used on real datasets:

- DTEx211 **[MNIST](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx201_MNIST.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx201_MNIST.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>
- DTEx211 **[MNIST](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx211_MNIST.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx211_MNIST.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>

Training a fully connected neural network to identify handwritten digits using MNIST dataset.

- DTEx212 **Single Particle Tracking**
- DTEx212 **[Single Particle Tracking](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx212_single_particle_tracking.ipynb)** <a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx212_single_particle_tracking.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg"></a>

Tracks experimental videos of a single particle. (Requires opencv-python compiled with ffmpeg)
Tracks experimental videos of a single particle.

<!-- GH_ONLY_START -->
<p align="left">
<img width="300" src=/assets/SPT-ideal.gif?raw=true>
<img width="300" src=/assets/SPT-noisy.gif?raw=true>
<br/>
<a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx202_single_particle_tracking.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg">
</a>
<a href="https://doi.org/10.1364/OPTICA.6.000506" alt="DeepTrack article">
<img src="https://img.shields.io/badge/article-10.1364/OPTICA.6.000506-blue">
</a>
<br/>
<a href="https://colab.research.google.com/github/DeepTrackAI/DeepTrack2/blob/develop/tutorials/2-examples/DTEx231B_LodeSTAR_tracking_particles_of_various_shapes.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg">
</a>
<a href="https://doi.org/10.1038/s41467-022-35004-y" alt="LodeSTAR article">
<img src="https://img.shields.io/badge/article-10.1038%2Fs41467--022--35004--y-blue">
</a>
</p>
<!-- GH_ONLY_END -->

Expand Down
Loading