help! Ask a question #114
Replies: 7 comments 12 replies
-
Hi, This seems to be some sort of package/dependency problem. I would suggest first starting a totally fresh anaconda environment, installing oct-converter in that, and seeing if that fixes things. If that doesn't work, it might also be worth trying with a different python version >=3.7 that is not 3.10 |
Beta Was this translation helpful? Give feedback.
-
I'm afraid I've seen this error once before and not been able to solve it. One suggestion is so try the eyepy readere here - this can also read .e2e and is implemented a bit differently, so it is possible it will have more luck |
Beta Was this translation helpful? Give feedback.
-
Hey, I think I have fixed. Can you reinstall the main branch using |
Beta Was this translation helpful? Give feedback.
-
Hi, Interesting. As a sanity check, does the data that is extracted from OCT-Converter also appear on the device? Or is is totally different? |
Beta Was this translation helpful? Give feedback.
-
Ok I'll take a look - can you just confirm how many fundus images and how many b-scans you expect in the .e2e file you sent me? |
Beta Was this translation helpful? Give feedback.
-
Some metadata is extracted, you can see the options here:
https://github.com/marksgraham/OCT-Converter/blob/main/oct_converter/image_types/oct.py#L45-L55
and access with eg oct_volume.sex, oct_volume.laterality
…On Sat, May 20, 2023 at 7:57 AM yangleics3333 ***@***.***> wrote:
Thank you, Mark
I can also generate a complete dataset normally. Thank you for your help.
At the same time, I also want to ask if there is patient and other related
information in E2E format data, and how to obtain this data?
For example, Dicom data, a Dicom file contains the image data itself and
its related label information, such as Study ID, series ID, etc. Does E2E
also have similar label data? How can I obtain them?
—
Reply to this email directly, view it on GitHub
<#114 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4UIM6YH6JABY6AQY3HWJTXHDETBANCNFSM6AAAAAAXVWW7SY>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi!
After installing OCT-Converter, I ran the e2e sample program and the program reported an error as follows. What is the problem??
I hope you can help me, I will not be grateful!
python version:3.10.9
numpy version:1.24.3 or 1.21.2
Traceback (most recent call last):
File "/Users/leiyang/Desktop/CODE/spruce-data-dp/patch_eye.py", line 1, in
from oct_converter.readers import E2E
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/oct_converter/readers/init.py", line 1, in
from .boct import BOCT
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/oct_converter/readers/boct.py", line 13, in
from oct_converter.image_types import OCTVolumeWithMetaData
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/oct_converter/image_types/init.py", line 2, in
from .oct import OCTVolumeWithMetaData
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/oct_converter/image_types/oct.py", line 6, in
import matplotlib.pyplot as plt
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/matplotlib/init.py", line 109, in
from . import _api, _version, cbook, docstring, rcsetup
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/matplotlib/rcsetup.py", line 28, in
from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/matplotlib/fontconfig_pattern.py", line 15, in
from pyparsing import (Literal, ZeroOrMore, Optional, Regex, StringEnd,
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/pyparsing/init.py", line 144, in
from .helpers import *
File "/Users/leiyang/anaconda3/lib/python3.10/site-packages/pyparsing/helpers.py", line 2, in
import html.entities
ModuleNotFoundError: No module named 'html.entities'
Beta Was this translation helpful? Give feedback.
All reactions