Max van den Hoven

Results 3 comments of Max van den Hoven

Hi @proevgenii, Thanks for your interest in the project! I have plans to implement a point-based spawn location for 3D objects, but not in the short term. For now, I...

Update: after looking at the runner source code, it appears that the `add_config` method on the visualizer is only called when the runner has a `cfg` attribute set. Therefore, the...

Try specifying that the module is from MMDetection in the config. Maybe the following documentstion will help: https://mmengine.readthedocs.io/en/latest/advanced_tutorials/cross_library.html Specifically, try adding `custom_imports = dict(imports=['mmdet'], allow_failed_imports=False)` to the top of your...