GithubHelp home page GithubHelp logo

Comments (6)

Yutong-gannis avatar Yutong-gannis commented on May 24, 2024

@stxxxd 貌似这个权重文件有问题 用这个仓库转https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo

from etsauto.

stxxxd avatar stxxxd commented on May 24, 2024

@stxxxd 貌似这个权重文件有问题 用这个仓库转https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo

好的 感谢 话说大佬这个点还没睡啊

from etsauto.

Yutong-gannis avatar Yutong-gannis commented on May 24, 2024

@stxxxd 准备毕业答辩嘞

from etsauto.

stxxxd avatar stxxxd commented on May 24, 2024

@stxxxd 准备毕业答辩嘞

祝大佬答辩顺利

from etsauto.

Yutong-gannis avatar Yutong-gannis commented on May 24, 2024

@stxxxd 放出的代码没用车道线检测

ETSAuto/script/main.py

Lines 85 to 98 in 14cd244

# im1, bev_lanes = clrnet.forward(cv2.resize(img, (1280, 720)), nav_line, im1, CAM) # 传入RGB图像
# 等待屏幕读取完成并获取结果
thread1.join()
img, im0 = thread1.get_result()
# 导航图处理
navmap = cv2.cvtColor(img[610:740, 580:780, :], cv2.COLOR_RGB2BGR) # 截取导航地图[130, 200, 3]
navmap[:, 0:50, :] = np.zeros([130, 50, 3])
navmap[:, 150:200, :] = np.zeros([130, 50, 3])
nav_line, curve_speed_limit = nav_process(navmap, truck, info, cipv)
# 车辆前向物体检测线(可暂时替代车道线)
bev_lanes = FCW(nav_line, truck.speed)

如果要用的话,把85行放开,98行注释掉

from etsauto.

stxxxd avatar stxxxd commented on May 24, 2024

好的

from etsauto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.