Skip to content

Commit

Permalink
修改data_dir路径
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer121121 committed Jan 8, 2019
1 parent 2dd3975 commit 2598bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def Perter(request):
# parser.add_argument('--test_dir', default='../Market/pytorc', type=str, help='./test_data')
# opts = parser.parse_args()

data_dir = 'home/gwang/Market/pytorch'
data_dir = '/home/gwang/Market/pytorch'
image_datasets = {x: datasets.ImageFolder(os.path.join(data_dir, x)) for x in ['gallery', 'query']}

#####################################################################
Expand Down

0 comments on commit 2598bda

Please sign in to comment.