Lizhi.Shao

Results 7 comments of Lizhi.Shao

@gingerhead22 Hi,I want to ask, if I just have one GPU GTX 1070 , 'gpus' number is '0' or '1'? I don't what is my GPU number. I didn't find...

@gingerhead22 thanks for your answer! May I ask one another question ? When I run 'train_flic.sh' , I haven't gotten any extention about the trainning, and system will be halted....

@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...

@uzpei Hi. Did you solve your problems. ? I also get the problems about L167: input_data, labels = load_data(trans, args, lines),NameError: global name 'trans' is not defined. If you solve...

Hi,I also face this problem. when I want to run "/tests/test_dataset.py" to test the trained model. here is the error, How can i fix it? relly eager ERROR: test_apply_rotate (__main__.TestPoseDataset)...

@handale88 I have solved this problem. This problem result from '/script/detaset.py' line:133 "rot_mat = np.matrix('{} {}; {} {}'.format(c, -s, s, c))" , U can use "print(rot_mat)" to find the reason...