Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotju committed Jun 25, 2019
1 parent 9ebaac3 commit 5008339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_2step_wma_crowd.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
os.makedirs(out_path)

# get the training data
cache_path = 'data/cashe/crowd/train'
cache_path = 'data/cache/crowd/train'
with open(cache_path, 'rb') as fid:
train_data = cPickle.load(fid)
num_imgs_train = len(train_data)
Expand Down

0 comments on commit 5008339

Please sign in to comment.