Xinglin Qiang

Results 18 issues of Xinglin Qiang

其实和 #127 一样的问题, 现在链接都失效了, 求解答

Hi, I trained a GraphApplication, and save the model into disk. When I try to load back the model, `app.solver.model` is empty. And thus will raise such exception during link...

### Verify steps - [X] 如果你可以自己 debug 并解决的话,提交 PR 吧 Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome. -...

We can connect to a Qt signal by using ``` // [signal] Object::finished(const QString&) auto output = QtPromise::connect(obj, &Object::finished) .then([](const QString& data) { // use the data here to do...

Thank you for the bravo project! Is there any plan of developing a nano-version of the yolov9? Then the mobile edge devices can take the benifit from it.

@Naios Thank you for the bravo project! I want to implement a **sync** interface, suppose we have a `response` struct: - Post a task to the executor - If it...

Bravo project! Any plans to migrate to a plain C++ environment?

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question GT中除了有类别mask, 还有一些ROI区域, 目的是让模型重点学习ROI区域内的分割细节 ``` list of ROI:...

question

建议script增加SNAT, 否则无法此路由器的客户端无法访问组网中的其他subnet网段 例: `iptables -t nat -A POSTROUTING ! -s 192.168.50.1/32 -o tailscale0 -j MASQUERADE`

Firstly, thanks to all of you for the bravo project! Currently, the model seems like does not support int8 quantization. Any plan on it?