ejcgt / attention-target-detection

[CVPR2020] "Detecting Attended Visual Targets in Video"
MIT License
176 stars 48 forks source link

AttributeError: 'FigureManagerBase' object has no attribute 'window' #4

Open baireddy417 opened 4 years ago

baireddy417 commented 4 years ago

When i try to run the demo code i was getting this error in line fig.canvas.manager.window.move(0,0) could please help me

Owen1234560 commented 4 years ago

Hi, you can try this: fig.canvas.manager.window.wm_geometry("+0+0")

rutvi21 commented 4 years ago

Hi, you can try this: fig.canvas.manager.window.wm_geometry("+0+0")

Still getting same error: AttributeError: 'FigureManagerBase' object has no attribute 'window'. Please help me with this

ejcgt commented 4 years ago

Hi @rutvi21 did you make sure you're using the same conda environment as described in the README? Which OS are you using?