L00qqq
L00qqq
Thank you very much for your prompt reply. It has been resolved. Great work, thank you very much
Sorry, I am a newbie in this field. You know that, the waymo dataset is very large. In fact, I just want to use this model to see the detection...
Thank you for your reply. In fact, I want to use my local data for inference through the pre-trained model you gave me. Can I do this?
> 你好,我也遇到这个问题,通过修改 /root/DetZero/detection/detzero_det/datasets/waymo/waymo_utils.py 中的索引来修复, `sequence_file_tfrecord = sequence_file[:-28] + '_with_camera_labels.tfrecord'` 但是我发现准备数据被卡住了,你遇到这个问题吗?比如 0%| | 0/24 [00:00
我也遇到这样的问题了,好像是验证模式只跑了训练集后半部分的数据,他和全部的数据结果对比出现的异常,请问你的问题解决了么,是不是需要修改MOT17的评估代码