Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HighPerformance #100

Open
QZ1219 opened this issue May 17, 2022 · 3 comments
Open

HighPerformance #100

QZ1219 opened this issue May 17, 2022 · 3 comments

Comments

@QZ1219
Copy link

QZ1219 commented May 17, 2022

老师您好,HighPerformance.hpp这个高性能和项目里其他正常的实现,主要有什么区别呀?谢谢!

另外在app_high_performance.cpp#L83 调用 connect(pose, output); 是不是写的有点问题,输入的参数顺序反了?pose是输入,output是输出。

void connect(Node& output, Node& input, int max_cache=30);
引用自

void connect(Node& output, Node& input, int max_cache=30);

@QZ1219
Copy link
Author

QZ1219 commented May 18, 2022

大致明白了,HighPerformance实现了各个子任务有依赖关系时候的高效连接,PoseNode pose节点的输出是作为OutputNode output节点的输入。

@shouxieai
Copy link
Owner

是的是的,这个里面的代码是一个思想实验

@QZ1219
Copy link
Author

QZ1219 commented May 19, 2022

请问这个有什么样的场景会用到这种调用结构吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants