老哥您好!不好意思再次打扰您,我在训练Cityspaces首先预训练了一个检测器
python train_net.py --cfg_file configs/city_snake.yaml model rcnn_det
接着我尝试一起训练polysnake
python train_net.py --cfg_file configs/city_snake.yaml model rcnn_snake det_model rcnn_det
但是我发现config中的det_model没有被调用,预训练的检测器权重没有被加载
我发现在snake的代码中有加载检测器权重的代码但是PolySnake中却没有,我可以把这两行代码加上一起训练Cityspaces吗?
老哥您好!不好意思再次打扰您,我在训练Cityspaces首先预训练了一个检测器
python train_net.py --cfg_file configs/city_snake.yaml model rcnn_det
接着我尝试一起训练polysnake
python train_net.py --cfg_file configs/city_snake.yaml model rcnn_snake det_model rcnn_det
但是我发现config中的det_model没有被调用,预训练的检测器权重没有被加载
我发现在snake的代码中有加载检测器权重的代码但是PolySnake中却没有,我可以把这两行代码加上一起训练Cityspaces吗?