Open satyajithj opened 5 years ago
Used it in the wrong manner.
Needs to contain the config file (--cfg), output dir (--out_dir) and end device (--device) My command:
python3 /path-to/convert_pkl_to_pb.py --cfg /path-to/config_mask_rcnn_R-50-FPN.yaml --out_dir ./pb --device gpu
Fails when a test image is provided.
Crashes within the verify_model
function.
Anyone else get
Segmentation fault (core dumped)
?