R3PM-Net / r3pm_net /feature_extractor.py
YasiiKB's picture
initial commit
97aa5af verified
# Feature extractor for R3PM-Net
'''
Unfortunately, the feature extractor cannot be provided in the repository due to copyright issues.
Please implement the feature extractor for R3PM-Net as described in the paper and place it in this file.
Currently, the feature extractor is set to PPFNet (same as RPMNet).
'''
from thirdparty.learning3d.models import PPFNet
feature_extractor = PPFNet()