Open houxianxu opened 9 years ago
@houxianxu Hi, I want to ask about the parameter "trans" in load_data(trans, args, input_q, data_q). In my evaluation , having error "NameError: global name 'trans' is not defined". If your program is running correctly ,I really want your help
In the eval process, we also use
load_data(trans, args, input_q, data_q)
function to load test data, and use the sametrans.transform
function to load data and transform data. But in the transform function, the test pictures are also cropped basic on the true joints data.So I think it is better to change transform function a little bit. When in eval process, the pictures are not cropped.