Skip to content

Commit

Permalink
delete some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jessychen1016 committed Aug 2, 2020
1 parent 5d079dd commit 9d592e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/dataset_DPCN.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ def DPCNdataloader(batch_size):
val_num = 2000
val_upper = train_upper+val_num

template_list = datacsv["name"].values
print("name ===",template_list)
template_list = datacsv["name"].values
template_list = [i+".jpg" for i in template_list]
template_list = [os.path.join(path + "/data_train_qsdjt_stereo_sat/ground/",i) for i in template_list ]
template_train_list = template_list[:train_upper]
Expand Down
Binary file added images_for_readme/simulation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d592e0

Please sign in to comment.