Closed jakecastelli closed 4 years ago
When added matplotlib.use() method, it only displays part of the feature map, if we do not add this function, the thread will be killed and Python will be terminated.
This issue is directly related to #1.
If we apply another methods to display feature maps (i.e., openCV ), this issue could be avoid.
Change a way to display feature map. Issue is fixed.
When added matplotlib.use() method, it only displays part of the feature map, if we do not add this function, the thread will be killed and Python will be terminated.
This issue is directly related to #1.