Dongkyu Yu
Dongkyu Yu
@swdsld Thank you for your question. I change my README file slightly for details about my implementation. Thank you.
@nyamnym Thank you for your question! This network can classify yellow, white, solid, dashed lane simultaneously.
@xiechunhong First, you have to convert your own dataset into tfrecord by `utils/dataset_util.py`. You can simply modify `def make_***_tfrecord` function in `dataset_util.py` to convert your dataset into tfrecord. And then,...
@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...