holoprot
holoprot copied to clipboard
Multi-Scale Representation Learning on Proteins (NeurIPS 2021)
I tested pulling out one of the patches after running `ers.computeSegmentation` and then pulled out a submesh from for instance: ``` submesh = pymesh.submesh(mesh, np.where(patch_labels==2)[0], 0) ``` And I expected...
Hello, Thanks for the work and clean repo. I wanted to use your processed data for the EC task, with my own models. I untared raw and processed surface2backbone. However,...
I want to implement the comparison algorithm Masif as described in the article. I downloaded the code of Masif, but it was written in tensorflow1, while this article uses pytorch....