-
Notifications
You must be signed in to change notification settings - Fork 1
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
Testing: Discrepancy in PyNutil /Nutil results (discrepancies in atlasmaps from QN/VN?). #38
Comments
@Tevemadar any idea why atlasmaps might differ from QuickNII vs VisuAlign when no markers are applied? |
A reminder to provide more info here @Tevemadar |
Differences presumably originate from rounding, limited numerical precision:
|
@PolarBean @Tevemadar Recording the results of PyNutil testing. I tested PyNutil for a nonlinear dataset using flat files. The results were identical to results achieved with Nutil using flat files. The discrepancy in "region_area" results from PyNutil (without flat files) and Nutil (with flat files) is likely related to the PyNutil calculations that replace reading from the flat files. |
Recording the results of PyNutil testing @PolarBean. I tested PyNutil by quantifying the background of the segmentations (instead of the objects) to test the "area_fraction" calculations. PyNutil counted 1 object and assigned it to one region only (despite it overlaying all of the regions in the section). This means it replicates Nutil with object_splitting switched "off". Have we implemented a method that replicates Nutil object_splitting switched "on"? This is where there is correct calculation of "area_fraction" for objects that overlap many regions (object pixels assigned to precise region for correct "area_fraction" calculation). This is a priority to implement as it is one of the most commonly used features in Nutil. Let's discuss tomorrow. |
@PolarBean Recording the results of testing, we can discuss more in person.
I've found discrepancies in "region_area" results from PyNutil and Nutil for nonlinear datasets, which I think originate from the atlasmaps (possibly a bug or methodological difference in QuickNII/VisuAlign... this needs more investigation).
The text was updated successfully, but these errors were encountered: