pscheich
pscheich
Hey I have a similar problem, but with the rotation of the camera. vset /camera/0/pose 0.0 0.0 100.0 270.0 90.0 135.0 is changed to 0.000 0.000 100.000 45.000 0.000 89.900...
Hey @willsbit I had the same error as you: ` pipeline = PIPELINES[pipeline_name]['inference'](SOLUTION_CONFIG) KeyError: 'inference'` and my solution is not using `--pipeline_name scoring_model` I've used `--pipeline_name unet_tta_scoring_model`. As described in...
Hey, In commit _Refactored dao creation_ in https://github.com/GreenDelta/olca-modules they refractored the creation of daos. https://github.com/GreenDelta/olca-modules/commit/baa6f7cd3857c34905fa6e6d1940b0ac3d9b31db#diff-09451475fd990189bebff53109fad3a114131437c2b312d36d6481a5830757e9 Just replace `Daos.createBaseDao` in find.py with `Daos.base`.