Zhuo Zhang
Zhuo Zhang
Actually I think it's better to passing "-lpthread" only when on Linux systems.
@panlanlan imgcodecs是opencv3/opencv4里拆出来的模块,opencv2里没有。你得在makefile里加一下。P.S 我新增了cmake支持,也可以试一下,应该更容易一些。
@XieZixiUSTC Consider adding `opencv_imgcodecs` in makefile. This OpenCV component includes the definition of `imread` for OpenCV3/4
@varadams You may try using CMake now, with the latest commit.
@deepaksuresh I've tried to reproduce the CLR paper's experiment on CIFAR-10, especially of Figure 3's first two rows and Table1. However, what I got is different from the paper. If...
和系统没有太大关系,和用的shell有关系。我是 zsh,你的应该是 bash。 不同的shell环境下,time的输出不一样,因为time是shell内置的。
换言之,我建议参考这篇: https://linuxize.com/post/linux-time-command/ 进行更新
Tested with the latest of ncnn, can't reproduce the reported error. ## OS Ubuntu 20.04 ``` (base) zz@home% uname -a Linux home 5.8.0-50-generic #56~20.04.1-Ubuntu SMP Mon Apr 12 21:46:35 UTC...
Hi, @MikeMint What is the full error message of the C++ yolact example?