GithubHelp home page GithubHelp logo

Comments (6)

voldemortX avatar voldemortX commented on June 18, 2024 1

@bjzhb666 第一个和最后一个就是端点。使用的定义是贝塞尔曲线的常用定义。你可以查一下贝塞尔曲线和参数曲线的定义。它的采样就是一个矩阵乘法。

from pytorch-auto-drive.

voldemortX avatar voldemortX commented on June 18, 2024 1

@bjzhb666 是的。控制点定义不可互相替换,你规定网络输出的8维分别对应什么东西,就可以学到的。

from pytorch-auto-drive.

bjzhb666 avatar bjzhb666 commented on June 18, 2024

感谢回复,那paper中提到的不要求P0和Pn是端点该怎么理解呢?

另外,预测的时候,一定能保证输出的P0和Pn正好是端点吗?感觉这两个控制点和其他中间Pn-1等控制点没有特别大的区别,为啥网络预测的时候就能保证其为端点呢?

from pytorch-auto-drive.

voldemortX avatar voldemortX commented on June 18, 2024

感谢回复,那paper中提到的不要求P0和Pn是端点该怎么理解呢?

是指你截图的图注么。那里只是说GT是完全自由拟合的,没有强制使用原标注的起止点,因为这样整条线的拟合会更贴近。

另外,预测的时候,一定能保证输出的P0和Pn正好是端点吗?感觉这两个控制点和其他中间Pn-1等控制点没有特别大的区别,为啥网络预测的时候就能保证其为端点呢?

你可以这样理解,网络预测了四个有序的二维点。或者预测了8个不同的参数abcdefgh。

from pytorch-auto-drive.

bjzhb666 avatar bjzhb666 commented on June 18, 2024

是指你截图的图注么。那里只是说GT是完全自由拟合的,没有强制使用原标注的起止点,因为这样整条线的拟合会更贴近。

嗯嗯这个我理解啦,很有道理

网络预测了四个有序的二维点。或者预测了8个不同的参数abcdefgh。

为什么是有序的二维点呢?我们如何保证这一点呢?是通过如下形式的贝塞尔曲线的loss来保证的吗?因为贝塞尔曲线的形式(比如二阶)对于每个控制点来说是不对称的(不能随便交换P0,P1,P2的位置),所以能保证预测时候是一个有序的二维点列,我理解的对吗?
或者说,如果预测8个坐标参数的loss改为直接回归8个数字的坐标,那此时就不能保证4个二维点是有序的吧?
image

image

from pytorch-auto-drive.

bjzhb666 avatar bjzhb666 commented on June 18, 2024

嗯嗯,我都清楚了,谢谢

from pytorch-auto-drive.

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.