Multiple-View-Car-Localization
Multiple-View-Car-Localization copied to clipboard
This repo contains code for paper "Vehicle Pose and Shape Estimation through Multiple Monocular Vision"
Hi, do you also implement conv-social LSTM? Did you reproduce successfully and get the same results given in the paper'Convolutional Social Pooling for Vehicle Trajectory Prediction arXiv:1805.06771v1'?
Error using importdata (line 137) Unable to open file. Error in mainEntrance_for_video (line 58) all_file_name_1 = importdata(strcat(datapath_1, 'valid_images.txt'));
未定义函数或变量 'rodrigues'。 出错 getInitialPose (line 97) initialPose.R1 = rodrigues(rotation_vector); 出错 mainEntrance_for_realworld (line 69) [keypoint_common, initialPose] = getInitialPose(W_hg, D, model, camera);
Hi! great job! I have been reviewing your paper and your code and I wonder wether if you could share the training dataset and annotations to retrain the hourglass net...