Atlas
Atlas copied to clipboard
About inference.py
I run the inference.py and have an error:
Traceback (most recent call last):
File "inference.py", line 149, in
parameters are not passed in correctly
Was facing the same issue. Replacing self.hparams = hparams
with self.save_hyperparameters(hparams)
solved it https://github.com/magicleap/Atlas/blob/bee3ddbdb0935cf9aa9fc810e829115c6ab74dc5/atlas/model.py#L93