Töltés...
0 fájlt kedvelt
6 hozzászólás
0 videó
1 feltöltés
2 követő
684 letöltés
  • Default

    @matdogg thanks for kind works! I did try multi-threading to speed it up but it always crashed the game. Good luck for your project!

    2018. november 25.
  • Default

    @ravishk I designed this for static scenes initially. I had plans to further develop it to moving scenes but performance was a huge obstacle. I tried to multi-thread the point cloud generation but all my approaches would crash the game.
    About going underneath the world: I am using the default gameplay camera as the source point. It would be a good idea to use a source point defined by yourself.
    The source-code is available, feel free to modify it to your liking: https://github.com/UsmanJafri/LiDAR-GTA-V

    2018. november 25.
  • Default

    @murarin I tried a multi-threading based approach to generate the point-cloud in parallel on multiple cores. All of the approaches would crash the game.

    2018. november 25.
  • Default

    @ihexx CloudCompare is a popular point cloud viewer. Here's the link: https://www.danielgm.net/cc/

    2018. november 25.
  • Default

    @MrGTAmodsgerman Thanks for your comment. LiDAR is a sensor (like RADAR) used in self-driving cars and making 3D maps. This is a GTA simulation of the sensor.

    2018. augusztus 5.
  • Default

    @Cyron43 Thanks for your comment. I am currently working on self driving cars and GTA's highly interactive environment is perfect for this. Real self driving cars use a range of sensors including LiDAR so I thought I could experiment with simulating a LiDAR sensor device in GTA.
    Some use cases:
    - LiDAR data could be use with some machine learning back-end perhaps for self driving purposes.
    - Or perhaps existing LiDAR datasets can be augmented by including GTA LiDAR data like this.

    2018. augusztus 5.