hazirbas / poselstm-pytorch

PyTorch implementation of PoseLSTM and PoseNet
Other
120 stars 37 forks source link

check if file exists and resize validation dataset #3

Closed abdellaui closed 5 years ago

abdellaui commented 5 years ago

supports dataset_val.txt

hazirbas commented 5 years ago

Hey, thanks for the merge request but you are repeating the part of the code, instead you can use the same function for all sets, by sending the required flags, e.g. compute_mean and save_resized_imgs.

In current form, it is a bit crowded.