Closed WikGitHub closed 2 years ago
@WikGitHub ah, gotcha. I'm totally out of my element there. Did some simple Google searches but not much luck. Are you sure that the .npy
files contain information related to protein structure? I figured Composition-Conditioned-Crystal-GAN
was just for crystal structure. Maybe there's some way to infer protein structure from a collection of atoms and atom locations.
@WikGitHub Shot in the dark here. Did you try the following function: https://github.com/kaist-amsg/Composition-Conditioned-Crystal-GAN/blob/35cf6d0a51a272262d3efbd8f242381390d59c34/Composition_Conditioned_Crystal_GAN/view_atoms_mgmno.py#L63-L76
where you load the
.npy
file and pass that array as theimage
argument?