Open WSTao opened 5 years ago
you can write the network by yourself, there is no open source code to train the model. I trained the model, but I didn't get the close result as Apollo. Reference: https://github.com/ApolloAuto/apollo/blob/master/docs/specs/3d_obstacle_perception.md
Thank you very much, are you training data generated by yourself, how to make training labels?
You can try it with the KITTI dataset or your own data.
Can you share your code for generating lable tags, thank you very much
Hello, if I want to train the network myself, how can I make the data lable? I read the source code, but I don’t understand the specific meaning of the output of the network. Have you trained this network?