aparecidovieira / LaneNet_Keras

5 stars 3 forks source link

Pretrained models trained on aerial data #2

Open kiran-collab opened 10 months ago

kiran-collab commented 10 months ago

@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!

aparecidovieira commented 10 months ago

Hey @kiran-collab I trained using the dataset from the paper, it was a satellite imagery dataset, not birdview.

kiran-collab commented 10 months ago

@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!

Jadesola-213 commented 9 months ago

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?

aparecidovieira commented 6 months ago

@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.