pan feng

Results 5 issues of pan feng

不管如何切换扫描模式以及更改数据类型,总是会出现数据类型不匹配问题。看代码发现算法接口只支持hap和horizon。

The platform I am using is Jetson orin 32GB, the system is Ubuntu 20.04, and the Ceres version is 2.2.0. I have successfully compiled Ceres and am able to run...

How can I modify this checkpoint to train on my own custom dataset? ![图片](https://github.com/JOP-Lee/READ/assets/70146927/407fa4c6-c09f-495a-b466-cde3b24d3bc6)

when i run the demo : `python inference.py --config configs/v3/nyu.txt --input_dir demo/input/ --output_dir demo/output/ --ckpt_path ckpts/nyu_scv3/epoch=93-val_loss=0.1384.ckpt --save-vis --save-depth` it occured an error about `self.encoder = resnets[num_layers](weights="IMAGENET1K_V1")` `Traceback (most recent call...