ibrahimgh25 / EL-GAN-Implementation

A pytorch implementation for the network in "EL-GAN: Embedding Loss Driven Generative Adversarial Networks for Lane Detection" by Ghafoorian et al.
MIT License
3 stars 0 forks source link

Where is the processing method of Basic and Basic ++? #4

Open zxk72 opened 5 months ago

zxk72 commented 5 months ago

Thanks for your excellent work! Where is the processing method of Basic and Basic ++, I don't seem to find it? Looking forward to your reply!

ibrahimgh25 commented 5 months ago

Hello,

I am sorry, but I am not sure what you mean with Basic/Basic ++. I have a method for processing the tusimple (since latest commit could be found in src.data.dataset - was moved from "training_utils/dataset.py and cleaned a bit).

Regards,

zxk72 commented 5 months ago

@ibrahimgh25 These are the post-processing methods basic and basic++ mentioned in the paper. Where are these two post-processing codes? Looking forward to your reply!

ibrahimgh25 commented 5 months ago

I checked the paper, the two processing methods aren't in the repository. If you implement any of them, I would really appreciate a pull request.