Skip to content

Commit

Permalink
interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiyangqin2016 committed Nov 4, 2020
1 parent 1897236 commit f7b3fb0
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interpret_lables.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
## convert coordinations into labels
interpreted = []
new_dict = defaultdict(list)
f = open("train_labeled.txt", "w")
# f = open("train_labeled.txt", "w")
for i in range(len(processed_train)):
name, coord = processed_train[i]
temp = ''
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/output/lists/actions_order_uniq/train_labeled.json

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions src/output/lists/localize/train_localized.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/output/lists/localize_4x4/train_localized.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/output/lists/localize_8x8/train_localized.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion train_localized.json

This file was deleted.

0 comments on commit f7b3fb0

Please sign in to comment.