Closed Hanziwww closed 1 day ago
Amazing work, congratulations on shipping this impressively quickly!
A few suggestions / bug reports:
dtype=np.float16
in https://github.com/Hanziwww/AlphaFold3-GUI/blob/main/afusion/visualization.py#L31, instead of the default np.float64
(4x less RAM use). Since the precision is just 1 decimal digit, float16
is more than enough. If not possible, use at least np.float32
.@Augustin-Zidek Thank you so much for your valuable suggestions and taking the time to share these insights! I'll make sure to incorporate your recommendations to improve the code. Your feedback is greatly appreciated : )
My pleasure! :) Closing the issue, but pointing people your way if they don't want to deal with command-line.
Hi,
In response to the growing number of issues and comments regarding result visualization in AlphaFold3, I wanted to share an update and a potential solution. I have added Visualization tools to the latest version
afusion
package. This module focuses specifically on improving the ease and accessibility of visualizing AlphaFold3 predictions.1. Visualization Module
2. Visualization GUI Interface
3. Online Usability