File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,11 +189,11 @@ def bar_plot(model):
189
189
feat_modes = FEATURE_MODES + ['cnn' ]
190
190
tables = get_all_tables (model )
191
191
index = np .arange (len (tables .keys ()))
192
- group_width = 0.7
192
+ group_width = 0.75
193
193
bar_width = group_width / len (feat_modes )
194
194
cmap = mpl .cm .get_cmap ('tab10' )
195
195
colors = {feat : cmap (i / 10 ) for i , feat in enumerate (feat_modes )}
196
- fig = plt .figure (figsize = textwidth_to_figsize (0.7 , 3 / 5 ))
196
+ fig = plt .figure (figsize = textwidth_to_figsize (0.5 , 3 / 4 ))
197
197
198
198
for i , kp in zip (index , tables .keys ()):
199
199
group = tables [kp ]
@@ -316,7 +316,7 @@ def model_comparison():
316
316
# dgcnn_seg_table()
317
317
# time_table()
318
318
# point_net_seg_table()
319
- # bar_plot('DGCNN_seg')
319
+ bar_plot ('DGCNN_seg' )
320
320
# bar_plot('DSEGAE_reg_aug_1024')
321
321
# seg_table('DGCNN', 'image')
322
- model_comparison ()
322
+ # model_comparison()
You can’t perform that action at this time.
0 commit comments