You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/paper-examples/2-single_particle_tracking.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training a CNN-based single particle tracker using simulated data </a>
55
+
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/paper-examples/2-single_particle_tracking.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training a CNN-based single particle tracker using simulated data </a>
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/LodeSTAR/02.%20tracking_particles_of_various_shapes.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Unsupervised training of a single particle tracker using LodeSTAR </a>
60
+
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/LodeSTAR/02.%20tracking_particles_of_various_shapes.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Unsupervised training of a single particle tracker using LodeSTAR </a>
61
61
62
62
</p>
63
63
<br/>
@@ -69,9 +69,9 @@ DeepTrack is a general purpose deep learning framework for microscopy, meaning y
</a> <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/LodeSTAR/03.track_BF-C2DL-HSC.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training LodeSTAR to detect multiple cells from a single image </a>
72
+
</a> <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/LodeSTAR/03.track_BF-C2DL-HSC.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training LodeSTAR to detect multiple cells from a single image </a>
73
73
<br/>
74
-
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/paper-examples/4-multi-molecule-tracking.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training a UNet-based multi-particle tracker using simulated data </a>
74
+
<ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/paper-examples/4-multi-molecule-tracking.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training a UNet-based multi-particle tracker using simulated data </a>
75
75
</p>
76
76
<br/>
77
77
@@ -82,7 +82,7 @@ DeepTrack is a general purpose deep learning framework for microscopy, meaning y
</a> <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/develop/examples/MAGIK/cell_migration_analysis.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training MAGIK to trace migrating cells </a>
85
+
</a> <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/MAGIK/cell_migration_analysis.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Training MAGIK to trace migrating cells </a>
86
86
</p>
87
87
88
88
# Basics to learn DeepTrack 2.1
@@ -91,21 +91,12 @@ Everybody learns in different ways! Depending on your preferences, and what you
91
91
92
92
## Getting-started guides
93
93
94
-
We have two separate series of notebooks which aims to teach you all you need to know to use DeepTrack to its fullest. The first is a set of six notebooks with a focus on the application.
94
+
We have a set of notebooks which aims to teach you all you need to know to use DeepTrack to its fullest, which consists of four notebooks with a focus on the application.
95
95
96
-
1. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/get-started/01.%20deeptrack_introduction_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> deeptrack_introduction_tutorial </a> gives an overview of how to use DeepTrack 2.1.
97
-
2. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/tutorials/tracking_particle_cnn_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> tracking_particle_cnn_tutorial </a> demonstrates how to track a point particle with a convolutional neural network (CNN).
98
-
3. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/tutorials/tracking_multiple_particles_unet_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> tracking_particle_unet_tutorial </a> demonstrates how to track multiple particles using a U-net.
99
-
4. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/tutorials/characterizing_aberrations_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> characterizing_aberrations_tutorial </a> demonstrates how to add and characterize aberrations of an optical device.
100
-
5. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/tutorials/distinguishing_particles_in_brightfield_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> distinguishing_particles_in_brightfield_tutorial </a> demonstrates how to use a U-net to track and distinguish particles of different sizes in brightfield microscopy.
101
-
6. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/tutorials/analyzing_video_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> analyzing_video_tutorial </a> demonstrates how to create videos and how to train a neural network to analyze them.
102
-
103
-
104
-
The second series focuses on individual topics, introducing them in a natural order.
105
-
106
-
1. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/get-started/01.%20deeptrack_introduction_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Introducing how to create simulation pipelines and train models. </a>
107
-
2. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/get-started/02.%20using_deeptrack_generators.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Demonstrating data generators. </a>
108
-
3. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/master/examples/get-started/03.%20customizing_deeptrack_models.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Demonstrating how to customize models using layer-blocks. </a>
96
+
1. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/tutorials/01.%20tracking_particle_cnn_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> tracking_particle_cnn_tutorial </a> demonstrates how to track a point particle with a convolutional neural network (CNN).
97
+
2. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/tutorials/02.%20tracking_multiple_particles_unet_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> tracking_particle_unet_tutorial </a> demonstrates how to track multiple particles using a U-net.
98
+
3. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/tutorials/03.%20distinguishing_particles_in_brightfield_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> distinguishing_particles_in_brightfield_tutorial </a> demonstrates how to use a U-net to track and distinguish particles of different sizes in brightfield microscopy.
99
+
4. <ahref="https://colab.research.google.com/github/softmatterlab/DeepTrack-2.0/blob/1.7/examples/get-started/01.%20deeptrack_introduction_tutorial.ipynb"> <imgsrc="https://colab.research.google.com/assets/colab-badge.svg"> Introducing how to create simulation pipelines and train models. </a>
0 commit comments