-
Notifications
You must be signed in to change notification settings - Fork 20
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
Compute features option not working in Mastodon #280
Comments
Hi Stefan, |
Currently this dependency is needed: https://sites.imagej.net/Humble-Video/jars/humble-video-noarch-0.3.0.jar-20221115102504 |
It works now! Thanks a lot for the work around!! |
It is an import error. I imported |
Cf.: |
Hi Jean Yves,
I have been using Mastodon plugin in FIJI to track cells manually in zebrafish embryos. When I finished tracking and went for “Compute Features” option, I get the following error:
Exception in thread “Feature computation thread” java.lang.NoClassDefFoundError: io/humble/ferry/AtomicInteger
at org.mastodon.mamut.feature.SpotTrackIDFeatureComputer.run(SpotTrackIDFeatureComputer.java:77)
at org.mastodon.feature.DefaultFeatureComputerService.compute(DefaultFeatureComputerService.java:261)
at org.mastodon.mamut.feature.MamutFeatureComputerService.compute(MamutFeatureComputerService.java:96)
at org.mastodon.mamut.MamutFeatureComputation$MyFeatureComputerService.compute(MamutFeatureComputation.java:163)
at org.mastodon.feature.ui.FeatureComputationController$2.run(FeatureComputationController.java:129)
Caused by: java.lang.ClassNotFoundException: io.humble.ferry.AtomicInteger
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
… 5 more
I have updated java, updated fiji, tried uninstalling and re-installing Mastodon, but still have the same problem. Any suggestions?
Thanks
Sundar
The text was updated successfully, but these errors were encountered: