MarlonCajamarca / Keras-LSTM-Trajectory-Prediction

A Keras multi-input multi-output LSTM-based RNN for object trajectory forecasting
114 stars 15 forks source link

Raw Dataset #2

Closed SafaaDaf closed 4 years ago

SafaaDaf commented 4 years ago

Thank you for your great work.

Could you please tell me the structure of the raw dataset 'csv' before converting in it to hdf5 file ? So I can use afterthat my own dataset.

Thank you.

MarlonCajamarca commented 4 years ago

Hi SafaaDaf

Firstly, sorry for the late reply! Actually, I am using Yolo-V3 detections grouped by a track ID. Each track contains the set of detections (darknet detections) for the same object, forming its trajectory. Each raw input trajectory is then a sequence of detections that are then preprocessed to create the training and test datasets.

Keep an eye into the repository, I will update it with better scripts to preprocess and train LSTM recurrent cells (using Ranger optimizer and bidirectional wrapper to increase speed of convergence and lower loss and metric results!

SafaaDaf commented 4 years ago

Thank you for your response. Could you please provide me with the script that you used to track the object by ID and to group them in one file with the detections ? I would be greatful.

SafaaDaf commented 4 years ago

Hi MarlonCajamarca,

Thank you for updating the repository it's interesting. I won't be demanding, but could you please upload the csv file containing the raw dataset or the code used to create this csv file ?

Thank you in advance.

wanghuohuo0716 commented 4 years ago

Hi MarlonCajamarca, Thank you for your great work!

could you please upload the .csv or .txt dataset?

thanks!

MarlonCajamarca commented 4 years ago

Samples for the datasets used for training and evaluation have been linked into the README.md file.