Open kiran-collab opened 1 year ago
Hey @kiran-collab I trained using the dataset from the paper, it was a satellite imagery dataset, not birdview.
@aparecidovieira Oh. Okk! Thankyou for that! Do you have the link to the dataset or would it be ok for you to share the trained model? Thankyou!
Hi @aparecidovieira. I trained the temp model on train.py but I have issues calling the train model on the lane_detection file. The lane_detection file was already calling the lanenet model with 5 wavelet inputs. The temp model dosen't have 5 wavelet inputs. It has just 1. How do I go about this?
@Jadesola-213 Sorry for the late reply. You need to stack the inputs into one. There's a function in the file common.py for that, named wavelet_lanenet.
Hello, I got a question about the file named model_loader.py. There is no file named 'fusionNet' and 'fusionNet2'. Thanks
@aparecidovieira Thanks for the repository! Can you provide with the pretrained models that have been trained on birdview datasets? Or can you please release the birdview dataset for training? Would be a great help!