Skip to content

Commit

Permalink
Merge pull request #32 from talafek96/results-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
talafek96 authored Jan 25, 2023
2 parents 20a37d8 + 39b0076 commit 13d9b2a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Hidden default constants
_DEFAULT_TIMESTEPS = 250
_DEFAULT_V_MIN_MAX = (0.01, 0.4)
_DEFAULT_RECON_BATCH_SIZE = 3
_DEFAULT_RECON_BATCH_SIZE = 16
_DEFAULT_OUTPUT_DIR_NAME = 'output'
_DEFAULT_RESULTS_CSV = 'results.csv'

Expand Down Expand Up @@ -110,5 +110,5 @@
'toothbrush': CATEGORY_TYPE_OBJECT,
'transistor': CATEGORY_TYPE_OBJECT,
'wood': CATEGORY_TYPE_TEXTURE,
'zipper': CATEGORY_TYPE_TEXTURE
'zipper': CATEGORY_TYPE_OBJECT
}
2 changes: 1 addition & 1 deletion main_experiment.ipynb

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions results/results_combined.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
category,category_type,img_auc,pixel_auc
bottle,object,0.88,0.92312313
cable,object,0.56,0.855968617
capsule,object,0.76,0.9547285
carpet,texture,0.32,0.719095838110862
grid,texture,0.7200000000000001,0.915608898465526
hazelnut,object,0.8,0.97238175048624
leather,texture,0.88,0.5480931939802808
metal_nut,object,0.64,0.7600456953790089
pill,object,0.52,0.9268488335974844
screw,object,0.72,0.9773265252022667
tile,texture,0.56,0.4288084512362379
toothbrush,object,0.56,0.9366967550669859
transistor,object,0.6000000000000001,0.8003821611201013
wood,texture,0.8,0.8233565847798169
zipper,object,0.76,0.8982606475290498
11 changes: 11 additions & 0 deletions results/results_objects.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
category,category_type,img_auc,pixel_auc
bottle,object,0.88,0.92312313
cable,object,0.56,0.855968617
capsule,object,0.76,0.9547285
hazelnut,object,0.8,0.97238175048624
metal_nut,object,0.64,0.7600456953790089
pill,object,0.52,0.9268488335974844
screw,object,0.72,0.9773265252022667
toothbrush,object,0.56,0.9366967550669859
transistor,object,0.6000000000000001,0.8003821611201013
zipper,object,0.76,0.8982606475290498
6 changes: 6 additions & 0 deletions results/results_textures.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
category,category_type,img_auc,pixel_auc
carpet,texture,0.32,0.719095838110862
grid,texture,0.7200000000000001,0.915608898465526
leather,texture,0.88,0.5480931939802808
tile,texture,0.56,0.4288084512362379
wood,texture,0.8,0.8233565847798169

0 comments on commit 13d9b2a

Please sign in to comment.