-
Notifications
You must be signed in to change notification settings - Fork 176
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
Question : Is there a part in the SPHINX repository that switches images to Subimage? #169
Comments
LLaMA2-Accessory/accessory/model/LLM/llama_ens5.py Lines 383 to 385 in 2fe5e0b
the ens5 and ens10 in model naming mean totally 5 or 10 views, including the global view |
Thanks for your help!!! |
LLaMA2-Accessory/accessory/model/LLM/llama_ens10.py Lines 377 to 390 in 40cf02b
But I still wonder about: the ens10 means 10 views of images including the global view But, the code above is the code for ens10, and it still looks like it is putting 5 views. |
The following attribute:
defines the size of the image. In ens10 it is 672 so there would be 9 local views. Sorry for the wrong comments. |
Thank you for your kind information! It really helped me a lot! |
Hello, I am currently working with the SPHINX library for various tasks, and I cannot seem to find the functionality within the repository to convert images to sub-images.
I am wondering if this functionality is absent from the repository, requiring an external solution, or if I am simply overlooking it.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: