VideoPose3d_with_Detectron2
VideoPose3d_with_Detectron2 copied to clipboard
FileNotFoundError
Hi,
I tried to run this script for detectron2. I downloaded and placed the config and weights file as per the code, model_config_path = './keypoint_rcnn_X_101_32x8d_FPN_3x.yaml'; model_weights_path = './model_final_5ad38f.pkl'.
When I run the script, the control goes to line 24 of ~/detectron2/config/config.py <loaded_cfg = _CfgNode.load_yaml_with_base(cfg_filename, allow_unsafe=allow_unsafe)> and it fails saying FileNotFoundError: [Errno 2] No such file or directory: './../Base-RCNN-FPN.yaml'. Please advise.
Hi!
Check if file ~/detectron2/configs/Base-RCNN-FPN.yaml
exists.
https://github.com/facebookresearch/detectron2/blob/master/configs/Base-RCNN-FPN.yaml