hygxy

Results 14 comments of hygxy

@matlabbe Hi, thanks for the explanation, could you please also show me the general idea and corresponding codes for removing outliers from the detected keypoints and drawing a rectangle upon...

@matlabbe I've checked the link from OpenCV now, the problem of my code is that the drawn rectangle changes every loop even if the scene is static(sometimes also dramatically, especially...

> sorry for my late reply, it may be related to the difference in GPU architectures, all my samples are tested on RTX3080. Also, generally, the first sample will take...

您好,请问这个问题请问您后来解决了吗?我遇到了相同的疑惑

> 估计没测试过.thr的值可以根据test_inference代码中的定义设置,可惜,我设置后推理出的lane是空的.. 您好,设置了.thr的值之后有下面这个新的错误: points = [(item['align'], item['score'], item['center']) for item in seeds] TypeError: string indices must be integers 请问您有遇到吗, 是怎么解决的呢?

@dadahua555 github上不是默认用英语提问的吗?不过这个问题的确重启就能解决

@Pai-Sho hey, did you solve it by now? same problem here.

since the ```enqueue``` API has the interface ```int enqueue(...,void* const *outputs,...)```, if I implement as follows: ```cpp outputs[0] = out_features.data_ptr(); outputs[1] = out_inds.data_ptr(); ``` I get the following compilation error,...

I have now another question: should the pointer passed to from_blob() as the first parameter be aligned? if yes, how many bytes should it be? I calculated the ```workspace size(originally...

Thanks for your advice! I noticed that convolution with kernel shape ```1*1*1``` is not supported in libspconv yet. (while in the python version implemented with torch.mm already), is that correct?...