-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network training #4
Comments
@xiechunhong First, you have to convert your own dataset into tfrecord by |
@Tamuel Thank you for your reply, Tamuel! Your work is great! |
@Tamuel Great work! And can you tell me what dataset do you use to train? And the lane in demo has been postprocess or the raw model output? |
@nieyan Thank you for your comment. In demo, I just overlapped raw model output on original image. There are no other postprocessing conducted. And I pretrain network by BDD100k dataset (https://bair.berkeley.edu/blog/2018/05/30/bdd/) which have information of lane by vertices. So, I make sparse lane segmentation dataset from those vertices by OpenCV and pretrain with it. And then, fine-tune network by KAIST dataset (https://sites.google.com/site/highwaydrivingdataset/) which finely labeled. If you want to increase performance of network more than this, you can use other huge dataset like Mapillary dataset (https://www.mapillary.com/dataset/vistas?pKey=H1P0sKnFsYu1MkfcjGUZTg). |
@Tamuel Many thanks for the prompt reply! |
@Tamuel By the way, can you explain the process of BDD100k lane vertices to lane mask? Or it's not dense lane mask while training ? I am confused of sparse lane segmentation. |
@Tamuel, did you apply augmentations, other than those applied in init? |
Hi,Have you implemented this code yet? |
@xxzcpsmemeda Just follow Tamuel's comments, the training can be done. |
Hi!I get this problem, how did you solve it tensorflow.python.framework.errors_impl.InvalidArgumentError: Unsuccessful TensorSliceReader constructor: Failed to get matching files on ./init_checkpoints/resnet_v2_50/resnet_v2_50.ckpt: Not found: FindFirstFile failed for: ./init_checkpoints/resnet_v2_50 : ϵͳ�Ҳ���ָ����·���� |
@Tamuel how can I train this network using my own dataset?
The text was updated successfully, but these errors were encountered: