SeokjuLee / VPGNet

VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
MIT License
484 stars 165 forks source link

The diffenrence between Lane and RoadMarking detection #19

Open JingjingFeng1 opened 6 years ago

JingjingFeng1 commented 6 years ago

I have trained the net two times with similar data which has two different type labels .One of the two type is Lane,conclude broken yellow, broken white and so on.Another type is about roadmarking,conclude straight arrow,right arrow and so on.But the test results were so strange.The lane detection result was good,such as pic 1.But the detection of roadmarking was beyond my expectation,almost nothing could be detected,such as pic 2. I want to know why are there such a big difference. Can you explain the reason for me? Thanks a lot @SeokjuLee 33333333 pic 1 2 pic 2

zhangguangyuan0001 commented 6 years ago

Hello,jingjing! How long does it take for you to run train.sh, I have been running one day and night. It's not over yet. Is it a card? (testcaffe) zbj@apollo-PC3:~/ZGY/testVPGNet/VPGNet/caffe/models/vpgnet-novp$ bash train.sh

Runtime does not prompt any information, but a blank.

aisichonzi007 commented 6 years ago

@JingjingFeng1 can you add your QQ or WeChat,i am doing something for roadmark too, my QQ and wechat is 283061054,thank you

Lakshaysharma048 commented 5 years ago

Hi @zhangguangyuan0001 ,

i am unable to resolve compute mean error.cpp error and protobuf error.

can you please specify your system configuration where you made the code run

Thanks.

screamdw commented 5 years ago

@JingjingFeng1 @SeokjuLee @zhangguangyuan0001
I have successfully run make_lmdb.sh. but when I run train.sh , there was something wrong like this: ➜ vpgnet-novp: bash train.sh train.sh: 行 1: 2389 段错误 (核心已转储) ../../build/tools/caffe train --solver=./solver.prototxt >> ./output/output.log 2>&1 Who can give me some solutions? Thank you very much