oucgc1996 commited on
Commit
7a131b9
1 Parent(s): c6d5045

Update VolumeMaker.py

Browse files
Files changed (1) hide show
  1. VolumeMaker.py +1 -1
VolumeMaker.py CHANGED
@@ -448,7 +448,7 @@ class PointCloudSurface(torch.nn.Module):
448
 
449
  return coords
450
 
451
- def forward(self, coords, radius, maxpoints=5000,external_radius_factor=1.4):
452
  """
453
  Function to calculate the surface cloud point representation of macromolecules
454
 
 
448
 
449
  return coords
450
 
451
+ def forward(self, coords, radius, maxpoints=500,external_radius_factor=1.4):
452
  """
453
  Function to calculate the surface cloud point representation of macromolecules
454