What does the dimensional information of the frame represent? #9
Answered
by
Dylan-H-Wang
BugMaker2002
asked this question in
Q&A
-
|
Hello, when I run this code, the output align_frames.shape is (150, 7, 64, 64, 3), I want to know what 7 stands for |
Beta Was this translation helpful? Give feedback.
Answered by
Dylan-H-Wang
Dec 6, 2023
Replies: 1 comment 1 reply
-
|
If you read the paper and check the original code at Line 102 in 298b01f and Line 424 in 298b01f you will know it represents 7 ROIs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dylan-H-Wang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

If you read the paper and check the original code at
SLF-RPM/utils/utils.py
Line 102 in 298b01f
and
SLF-RPM/utils/utils.py
Line 424 in 298b01f
you will know it represents 7 ROIs.