熊桥辉
熊桥辉
请问,你是怎么修改的detect.py的
> where is the tools/detect.py? I can only see generate_seg_tusimple.py detect.py is in the https://github.com/Turoad/lanedet/tree/main/tools
你好,我使用了您提供的resnet34和101的模型去测试我的视频,发现结果里面什么也没有检测到,请问是什么原因呢?
你好,你解决这个问题了吗?
> 我也出现这个错误了,搜了下各种回答都是权限问题,设置了也没用啊,不知道是不是windows系统太多bug的问题?? 用ubuntu就可以了,windows应该解决不了这个问题
i save this problem by using ubuntu OS to build enviorment
> > > > 你好,我在运行detect.py时遇到了如下报错:TypeError: get lanes() takes 1 positional argument but 2 were given > > 请问改如何解决呢? > > 我的运行命令为:python tools/detect.py configs/clrnet/clr_resnet34_culane.py --img 01.jpg --load_from resa_r34_culane.pth --savedir ./output >...
> > > > > > > > > 你好,我在运行detect.py时遇到了如下报错:TypeError: get lanes() takes 1 positional argument but 2 were given > > 请问改如何解决呢? > > 我的运行命令为:python tools/detect.py configs/clrnet/clr_resnet34_culane.py --img 01.jpg...
> do you slove this? i have same error.
> ``` > # Load or create new YOLO model > if isinstance(model, str): > if model.endswith(".pt"): > self._load(model) > else: > self._new(model) > elif isinstance(model, Path): > self._load(str(model)) >...