Loonloon

Results 34 comments of Loonloon

期待可以开源Unity中的项目仿真源码和相关模型文件

@albanie I upload the valid *.tar file to Google drive https://drive.google.com/file/d/1b53s6WYJAjyXt7SmQ-h5s5D3b6JhjDNV/view?usp=sharing, which has been test. You can download it directly without installing the corresponding client. Thank you!

@albanie @davnov134 Yes, the code https://github.com/durandtibo/wildcat.pytorch contains the model definition.

@stropitek @opatiny Except for Harris corner detector, [Multi-scale Harris corner detector](https://www.robots.ox.ac.uk/~vgg/research/affine/det_eval_files/mikolajczyk_ijcv2004.pdf) and [Shi-Tomasi corner detector](https://medium.com/pixel-wise/detect-those-corners-aba0f034078b) also required in image process libs. Could you introduce these implementations into [image-js-typescript](https://github.com/image-js/image-js-typescript) ?

@big-camel Aomao Eidtor is deprecated?There is no new commit in recent two months.

@big-camel 还是希望aomao有继续的升级和维护,因我们利用aomao开发了一个协同编辑的项目管理模块。若aomao不再升级的话,就好可惜,变为捐赠方式升级也是可以接受的。

@mz24cn For the same device, the performance of opencl app is lower than CUDA implementation. This is contribute to OpenCL rather than OpenCL implementation. @fzuwill Could you share your modified...

@mz24cn https://github.com/CNugteren/CLBlast/issues/95 I get over two times speed increase with Strided function in Winograd convolution (https://github.com/CNugteren/CLBlast/issues/237). GemmBatched gave 433 nodes/s and GemmStridedBatched 1047 nodes/s. https://github.com/gcp/leela-zero/pull/523 But I have not run...

C++ is too complex like class ....., and I don't like it. My device and os support g++ 7.2 . Pure C is suitable to learning and developing for most...

https://github.com/choasUp/caffe-yolo9000 but I could not run it successfully.