1 Star 0 Fork 0

yulongw/lift-splat-shoot-NOTED

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.py 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangyulong 提交于 2024-02-01 17:26 . init
"""
Copyright (C) 2020 NVIDIA Corporation. All rights reserved.
Licensed under the NVIDIA Source Code License. See LICENSE at https://github.com/nv-tlabs/lift-splat-shoot.
Authors: Jonah Philion and Sanja Fidler
"""
from fire import Fire
import src
if __name__ == '__main__':
Fire({
'lidar_check': src.explore.lidar_check,
'cumsum_check': src.explore.cumsum_check,
'train': src.train.train,
'eval_model_iou': src.explore.eval_model_iou,
'viz_model_preds': src.explore.viz_model_preds,
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yulongw/lift-splat-shoot-noted.git
git@gitee.com:yulongw/lift-splat-shoot-noted.git
yulongw
lift-splat-shoot-noted
lift-splat-shoot-NOTED
master

搜索帮助