Yang Le

Results 5 comments of Yang Le

@voldemortX Thanks for your response. Since it is a class project for me, I can try and figure out the implementation then as long as the training process looks okay...

Hi @voldemortX Just a question about the dimension as I am having difficulty trying to make my implementation work. My current implementation on FFF module (designed to have the exact...

Thanks, I think your solution resolves the error! Another question I have is that, for the curves predicted as in https://github.com/voldemortX/pytorch-auto-drive/blob/master/utils/models/lane_detection/bezier_lane_net.py#L68 and used in https://github.com/voldemortX/pytorch-auto-drive/blob/master/utils/losses/hungarian_bezier_loss.py#L49. In my experiment, I found...

Hi @voldemortX , I was able to fully train the model with the `deform_conv2d` module from PyTorch. I implemented the model and some other functions while use some of your...

@zhimingluo So the provided files will not generate an output using my own data and a trained model?