bilylee / SiamFC-TensorFlow

A TensorFlow implementation of the SiamFC tracker
MIT License
358 stars 112 forks source link

show tracking results error #105

Open DerekXiongJ opened 4 years ago

DerekXiongJ commented 4 years ago

I follow the README to do the tracking part.Everything works well until "6. Show tracking results". There is only the first frame result and the code just stops.So i can't see other frames reslut or like you said "press Enter to toggle between play and pause".

ghost commented 4 years ago

I have same error,did you solved it

DerekXiongJ commented 4 years ago

NOT solved yet. I tried to update the videofig.py but nothing changed. Still in confused.

ghost commented 4 years ago

when I run in terminal show that AttributeError: 'AxesSubplot' object has no attribute 'set_facecolor'

DerekXiongJ commented 4 years ago

I got no error but just showed the first frame result and then exited. However, i got warning infromation like "UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect. self.figure.tight_layout() INFO - show_tracking - Completed after 0:00:01"

bilylee commented 4 years ago

Please update your matplotlib. It requires matplotlib >= 2.0.0

DerekXiongJ commented 4 years ago

I already got matplotlib 3.1.2.