您好,感谢您的AVOD代码复现分享,在第七步,验证的地方需要改文件夹路径,具体是要改哪个,希望博主在百忙之中可以抽空解答,再次感谢您的分享
python avod/experiments/run_evaluation.py --pipeline_config=avod/configs/pyramid_cars_with_aug_example.config --device='0' --data_split='val'
找到对应的py文件 config文件 替换这俩位置
望采纳
最近已经不搞这个了,忘得差不多了。当时我也是参考https://zhuanlan.zhihu.com/p/87136172 这位博主。
参考下github的readme:
There are sample configuration files for training inside avod/configs. You can train on the example configs, or modify an existing configuration. To train a new configuration, copy a config, e.g. pyramid_cars_with_aug_example.config, rename this file to a unique experiment name and make sure the file name matches the checkpoint_name: 'pyramid_cars_with_aug_example' entry inside your config.
或许是需要这几处命名保持一致?
我把自己文件内的相关命名以及文件摆放位置放在这张图,你可以对比一下,如果还是没有解决你的问题,那么可能有点抱歉,我也无法解决你的问题。