DeepTrack2 2.0.0 #215
giovannivolpe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Stable release of DeepTrack2 2.0.0
Release date: 26 March 2024
PyPi 2.0.0
https://pypi.org/project/deeptrack/2.0.0/
This major release is a significant update that includes the migration to PyTorch and integration with the
deeplay
library. This version focuses on PyTorch/Deeplay integration, performance optimization, and a more rigorous approach to utilizing static data from disk.Breaking Changes
Image Objects
Image
objects by default, to improve performance and compatibility with other libraries. This change will not affect you unless you directly interact with the.properties
attribute or call.get_properties(.)
on pipeline outputs.Image
objects, you can enable them by usingpipeline.store_properties()
, restoring the behavior from previous releases.TensorFlow Dependency Removed
What's New
Global Changes
Sources
Sources
, a new method for efficiently operating on static datasets. This feature addresses common problems with data manipulation and pipeline evaluation, allowing for more functional and efficient dataset handling.PyTorch Integration
pytorch
submodule, which is lazy-loaded to prevent unnecessary overhead. This update includes:pytorch.Dataset
: A subclass oftorch.utils.data.Dataset
, making DeepTrack pipelines compatible with standardDataLoader
s.pytorch.ToTensor
: A feature for converting pipeline outputs to PyTorch tensors, with support for specifying thedtype
.Performance Optimization
New Optics
deeplay
deeplay
library is now accessible asdeeptrack.deeplay
, offering a powerful and flexible foundation for constructing neural networks with PyTorch.This update marks a significant milestone in DeepTrack's development, emphasizing our commitment to performance, usability, and modern deep learning practices. We're excited to see how these improvements will enable our users to achieve even more with DeepTrack.
Cite as:
Benjamin Midtvedt, Saga Helgadottir, Aykut Argun, Jesús Pineda, Daniel Midtvedt, Giovanni Volpe.
"Quantitative Digital Microscopy with Deep Learning."
Applied Physics Reviews 8, 011310 (2021)
https://doi.org/10.1063/5.0034891
This discussion was created from the release DeepTrack2 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions