sergey21000 commited on
Commit
ed01d72
1 Parent(s): 400f59d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -131,7 +131,7 @@ def get_matplotlib_fig(csv_annotations_path: str):
131
  axes[1].set_title('Распределение уверенности детекции по классам')
132
  axes[1].set_xlabel('Класс объекта')
133
  axes[1].set_ylabel('Уверенность')
134
- axes[1].tick_params(axis='x', labelrotation=45)
135
 
136
  sns.countplot(
137
  data=df_clean,
 
131
  axes[1].set_title('Распределение уверенности детекции по классам')
132
  axes[1].set_xlabel('Класс объекта')
133
  axes[1].set_ylabel('Уверенность')
134
+ # axes[1].tick_params(axis='x', labelrotation=45)
135
 
136
  sns.countplot(
137
  data=df_clean,