-
Notifications
You must be signed in to change notification settings - Fork 2
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
Annotations (from EyeLab tool) appear hindered when visualized using EyePy library #4
Comments
Dear @Salmanshams67, Thank you for bringing this to my attention. You are indeed correct—there appears to be a bug related to the layer annotations in EyeLab. Currently, EyeLab uses eyepy version 0.6.7, while the latest version is 0.12.2. At some point during the updates, I changed the orientation of the z-axis for layer annotations, which unfortunately led to a mismatch. When visualizing the first B-scan, the layers stored by EyeLab appear in the reverse order, displaying the last B-scan’s layers on the first B-scan’s image, and vice versa. Fortunately, this issue does not affect area annotations. Regrettably, I don’t have the time at the moment to address this issue myself. However, you’re more than welcome to contribute a fix. There are a few potential solutions:
Thank you again for your keen observation, and please let me know if you have any questions or need further clarification. Best regards, |
Dear @Oli4 ,
Best regards, |
Dear @Salmanshams67, The latest version of eyepy is v0.12.2. Initially, I was unable to publish the package under the correct name eyepy and had to use eyepie instead. Your issue with EyeVolumeVoxelAnnotation might be resolved in this version, although there have been other changes that could affect EyeLab. I've been meaning to update EyeLab to the latest version of eyepy for some time now but haven't had the chance. If you're willing to make the update, I would be happy to review and accept a pull request. Best regards, |
Dear @Oli4 , I resolved the Best regards, |
Dear @Salmanshams67, it might be enough to set the index in this function from Let me know if this solved the issue. Best Olivier |
Environment:
Description
I was annotating OCT scan images using the EyeLab tool and attempted to visualize these annotations using the eyepy library. However, the visualized annotations seem hindered or misaligned, suggesting that there might be an issue with how EyeLab is saving or formatting the annotations. I expected the annotations to be correctly visualized and aligned, just as they appear in the EyeLab tool.
Steps to Reproduce:
Expected Behavior:
Annotations should be correctly visualized and aligned when viewed using the eyepy library.
@Oli4 @actions-user
The text was updated successfully, but these errors were encountered: