vis4d.pl.run¶ CLI interface using PyTorch Lightning. 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.pl.run fit –config configs/faster_rcnn/faster_rcnn_coco.py Return type: None