GithubHelp home page GithubHelp logo

mukhlasadib / kitti_mapping Goto Github PK

View Code? Open in Web Editor NEW
40.0 1.0 9.0 532.34 MB

Tutorial on Autonomous Vehicles' mapping algorithm with Occupancy Grid Map and Dynamic Grid Map using KITTI Dataset

Jupyter Notebook 84.36% Python 15.64%
autonomous-vehicles occupancy-grid-map dynamic-grid-map

kitti_mapping's People

Contributors

mukhlasadib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kitti_mapping's Issues

dataset for training road segmentation

Hi, thanks for the detailed explanation of the code. I would like to know how the pretrained model has been trained for road and non-road classes. Is it manually annotated or available from KITTI open source?

IndexError in DeepLab v3+ Model Road Segmentation Function

Description

I encountered an IndexError while running a road segmentation function using the DeepLab v3+ model on an image. The function is designed to process camera images for road segmentation and map LiDAR points to the segmented image to identify road points. However, when executing the code, it throws an IndexError indicating an invalid index to a scalar variable.

Error Details

The error traceback is as follows:

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
Cell In[21], line 52
     49 sess = tf.compat.v1.Session(graph=graph)
     51 DEEPLAB_INPUT_SIZE = 513
---> 52 segm_prob, segm_pred = process_images(crop_img, sess, DEEPLAB_INPUT_SIZE, 0.5)
     53 segm_prob1, segm_pred1 = process_images(crop_img1, sess, DEEPLAB_INPUT_SIZE, 0.5)
     55 ### Visualize

Cell In[21], line 37
     35 segm_reg[segm_reg==0] = np.nan
     36 modes,_ = stats.mode(segm_reg.flatten(), axis=None, nan_policy="omit")
---> 37 mode = modes[0]
     38 pred[segm_reg!=mode] = 0
     40 return prob, (pred*255).astype(np.uint8)

image

I want to know how to solve this problem, please help me, thank you!

shift_pose_dgm() method

Would you please provide some explanation of how this shift_pose_dgm() method work? Thanks in advance.

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.