vis4d.engine.run¶
CLI interface.
Functions
Entry point for the CLI. |
|
|
Main entry point for the CLI. |
- main(argv)[source]¶
Main entry point for the CLI.
Example to run this script: >>> python -m vis4d.engine.run –config vis4d/zoo/faster_rcnn/faster_rcnn_coco.py With parameter sweep config: >>> python -m vis4d.engine.run fit –config vis4d/zoo/faster_rcnn/faster_rcnn_coco.py –sweep vis4d/zoo/faster_rcnn/faster_rcnn_coco.py
- Return type:
None