vis4d.engine.run

CLI interface.

Functions

entrypoint()

Entry point for the CLI.

main(argv)

Main entry point for the CLI.

entrypoint()[source]

Entry point for the CLI.

Return type:

None

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