Open Geralt-of-winterfall opened 1 month ago
另外,请问模型需要哪些输入,需要单帧图像的位姿吗?
我也遇到这个问题了,你下载的数据是lane_segmentation_sample吗?
Sorry, I’m a bit busy at the moment, but I will look into this in the future. I'm using the lane_segmentation dataset, but not limited to the lane_segmentation_sample. Yes, frame extrinsics are required, and we have updated the README to include the pose information we used, which is originally from the self-localization dataset. For details on inputs, please refer to '~homo_transformer/data/apolloscape_dataset.py'
我也遇到这个问题了,你下载的数据是lane_segmentation_sample吗?
不是,是ColorImage_road05,test序列。lane_segmentation_sample跑过也有问题。
嗯,那就是checkpoint的问题
有尝试自己训练吗?什么卡。
没有自己训练,想先试一试推理的效果
Same problem here, it seems like because of the checkpoint file.
so did it work?
I mistakenly uploaded the wrong checkpoint. Please use the updated EfficientNet-B4 instead: https://drive.google.com/file/d/1ULLm16pedeoZ0OYOmsmdtDSSkpcVoBhc/view?usp=drive_link
报错如下所示。使用的是README中提供的预训练模型Apolloscape/model.ckpt,似乎是模型尺寸不匹配。