alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

GTK CRITICAL GTK WARNING #102

Closed energabos closed 7 years ago

energabos commented 7 years ago

When i try to run the webcam demo as in you tutorial, everything runs okay until the end

[....]

I0524 11:14:15.355659 2025 net.cpp:761] Ignoring source layer conv1_1_D_conv1_1_D_0_split I0524 11:14:15.355754 2025 net.cpp:761] Ignoring source layer loss I0524 11:14:15.355818 2025 net.cpp:761] Ignoring source layer accuracy I0524 11:14:15.355847 2025 net.cpp:761] Ignoring source layer prob

(webcam_demo.py:2025): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()

(webcam_demo.py:2025): Gtk-CRITICAL **: IA__gtk_type_unique: assertion 'GTK_TYPE_IS_OBJECT (parent_type)' failed

(webcam_demo.py:2025): Gtk-CRITICAL **: IA__gtk_type_new: assertion 'GTK_TYPE_IS_OBJECT (type)' failed

(webcam_demo.py:2025): Gtk-CRITICAL **: IA__gtk_type_unique: assertion 'GTK_TYPE_IS_OBJECT (parent_type)' failed

I looked everywhere but couldn't find an answer. What is the solution for this problem?

energabos commented 7 years ago

removed matplotlib that i have installed using pip and everything works fine now