deepfinder.objects module¶
- class deepfinder.objects.Coordinate3DWithScore(**kwargs)[source]¶
Bases:
tomo.objects.Coordinate3DExtension of Coordinate3D adding a score attribute. Useful for automatic particle picking, where algorithms may attribute scores to hits.
- class deepfinder.objects.DeepFinderNet(path=None, **kwargs)[source]¶
Bases:
pwem.objects.data.EMObjectSimple class to store the neural network model for DeepFinder.
- class deepfinder.objects.SetOfCoordinates3DWithScore(**kwargs)[source]¶
Bases:
tomo.objects.SetOfCoordinates3DEncapsulate the logic of a set of Coordinate3DWithScore.
- ITEM_TYPE¶