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
in the particle sizing [https://github.com/softmatterlab/DeepTrack2/blob/develop/examples/paper-examples/3-particle_sizing.ipynb], I set the model to load the pre-trained weights and there are a few issues.
First the code should be written as follows to call the weights: model_path = deeptrack.extras.datasets.load_model("ParticleTracking")
However, the weights seem not to be available and I get the following error: BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered:
Hi there,
in the particle sizing [https://github.com/softmatterlab/DeepTrack2/blob/develop/examples/paper-examples/3-particle_sizing.ipynb], I set the model to load the pre-trained weights and there are a few issues.
First the code should be written as follows to call the weights:
model_path = deeptrack.extras.datasets.load_model("ParticleTracking")
However, the weights seem not to be available and I get the following error:
BadZipFile: File is not a zip file
The text was updated successfully, but these errors were encountered: