Closed cateberry closed 3 years ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs";
Your PointRend configs seem to come from latest github master. Please use PointRend at v0.3 if you're using detectron2 v0.3.
I am trying to fine-tune a PointRend model on a new dataset, but when I run the training script I get the error:
KeyError: "No object named 'PointRendMaskHead' found in 'ROI_MASK_HEAD' registry!"
class Trainer(DefaultTrainer): """ We use the "DefaultTrainer" which contains a number pre-defined logic for standard training workflow. They may not work for you, especially if you are working on a new research project. In that case you can use the cleaner "SimpleTrainer", or write your own training loop. """
def main(): cfg = get_cfg()
main()
KeyError Traceback (most recent call last)