rohanchandra30 / TrackNPred

This is the code base for our ACM CSCS 2019 paper: "RobustTP: End-to-End Trajectory Prediction for Heterogeneous Road-Agents in Dense Traffic with Noisy Sensor Inputs". This codebase contains implementations for several trajectory prediction methods including Social-GAN and TraPHic.
https://arxiv.org/pdf/1907.08752.pdf
199 stars 63 forks source link

Environment of #31

Open migdashn opened 6 months ago

migdashn commented 6 months ago

Hello, I tried to run the code on Nvidia Jetson but I had issues with installing the libraries from the requirements file that built for intel processors like openMP and MKL. So i want to know what are the hardware requirements or restrictions for the framework? and is those libraries are necessary for running the code or I can exclude them ? thanks

housenice commented 2 months ago

did you solve the environmental problem;i also meet it when i use conda to install the requirements,there are so many packages that couldn't be found --_