函数的使用
//1.Unit相当于java的Void 返回值,如果没有返回就可以不写
fun test(): Unit{
}//2.带参数的函数,返回为Int类型
fun test(a: Int, b: Int): Int{return a b
}
fun test(a: Int,b: Int): Int a b //可以简写去掉"{} "用""代替
f…
我自己的原文哦~ https://blog.51cto.com/whaosoft/12413878
#MCTrack
迈驰&旷视最新MCTrack:KITTI/nuScenes/Waymo三榜单SOTA paper:MCTrack: A Unified 3D Multi-Object Tracking Framework for Autonomous Driving code:https://gi…