msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.57k stars 415 forks source link

Problems when launching demo.py #150

Open vincent-26 opened 4 years ago

vincent-26 commented 4 years ago

I'm following the installation training step by step but when I run demo.py gives me back: /home/ubuntu/Scrivania/FCIS/fcis/config/config.py:173: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. exp_config = edict(yaml.load(f)) Istruzione non consentita (core dump creato)

How can I fix this?