hhhharold
hhhharold
Basically we use self-supervised methods to train depth prediction models. Have you tried self-supervised combined with supervised methods? You know, Nuscenes and DDAD datasets have some sparse point cloud. I...
I wanna to compare the performance of DDRNet 39 and DDRNet 23, but I find that there is no release of DDRNet 39 in the official and your repo. Could...
你好,我用main.py转了int8的trt,当我用inference测试的时候,输出全是nan,我怀疑是校准器没有工作,因为并没有生成任何校准文件,同时myCalibrator.py中的next_batch,get_batch_size, get_batch等函数均没有被执行,因为每执行一次,我会打印一些东西。不知道如何解决这个问题,能否提供一些思路?