We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我python demo/demo.py --config-file projects/YOSO/configs/coco/panoptic-segmentation/YOSO-R50.yaml --video-input input_video.mp4 --output output_video.mp4 --opts MODEL.WEIGHTS ./model_zoo/yoso_res50_coco.pth 之后显示这个Segmentation fault (core dumped),也没有报错,也没有输出结果,请问知道是怎么回事么?
The text was updated successfully, but these errors were encountered:
model = META_ARCH_REGISTRY.get(meta_arch)(cfg) 在这一步没有成功,没有反应
Sorry, something went wrong.
No branches or pull requests
你好,我python demo/demo.py --config-file projects/YOSO/configs/coco/panoptic-segmentation/YOSO-R50.yaml --video-input input_video.mp4 --output output_video.mp4 --opts MODEL.WEIGHTS ./model_zoo/yoso_res50_coco.pth 之后显示这个Segmentation fault (core dumped),也没有报错,也没有输出结果,请问知道是怎么回事么?
The text was updated successfully, but these errors were encountered: