Git Product home page Git Product logo

Comments (4)

JiangbeiYue avatar JiangbeiYue commented on August 10, 2024

The SDD_nsp_wo.pt is the trained model. First, we can see that these two are similar but different. Here are four possible reasons. The first reason may come from the limited data trials (just one video). The second reason is that our model is based on a physical model and some hyper-parameters regarded as prior knowledge are used. The physical model can ensure that the trajectory ends near the predicted destinations. So, you can see that your two trajectories have very similar destinations. We use prior knowledge and sigmoid functions to restrict the outputs of the neural network to avoid abnormal outputs. Therefore, you can also get not bad results from the untrained model especially when you adopt the best of 20 protocol. The third reason is that the environment parameter we gave is near the best value. The last reason comes from the predicted destinations. I assume that you used the predicted destinations we provided directly. The predicted destinations are predicted by the trained Goal Sampling Network detailed in our supplementary material. If you use all networks including the Goal Sampling Network with initial weights, I think you will get very different results. Hope this will help you.

from human-trajectory-prediction-via-neural-social-physics.

sunny123123 avatar sunny123123 commented on August 10, 2024

@JiangbeiYue
oh, thanks very much for your reply. I also finded the goals sampled from Goal Sampling Network are crucial to the final results.
I also have a question about goals_Ynet.pickle.

goals_path = 'data/SDD/goals_Ynet.pickle'
with open(goals_path, 'rb') as f:
    goals = pickle.load(f)

goals[1] is the 20 sampled goals from Goal Sampling Network. goals[2] is 16 train video names. goals[1] shape is [20, pedestrians,2], goals[0] shape is [pedestrians, 2]. But what is goals[0]? it also looks like goals. but I'm not sure. I can't find any explains for this.
Looking forward to your reply again.

from human-trajectory-prediction-via-neural-social-physics.

JiangbeiYue avatar JiangbeiYue commented on August 10, 2024

@sunny123123
I'm sorry that I also forget the accurate meaning of goals[0]. Maybe I just used goals[0] to test something. I think you can just ignore it.

from human-trajectory-prediction-via-neural-social-physics.

sunny123123 avatar sunny123123 commented on August 10, 2024

ok, thanks for you reply again. I will close this issue.

from human-trajectory-prediction-via-neural-social-physics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.