xueliang
xueliang
Hello, I meet a very strange problem. I find that the app obtains a little poor performance than that in PC. When digging into the code, I find that for...
Hello, I meet a very strange problem. I find that the app obtains a little poor performance than that in PC. When digging into the code, I find that for...
In the function of "predict_darknet", we should free the GPU memory after call "predict_image"
The first step in all apps is to upload a video file, like ``` f = st.file_uploader("upload video") st.video(f) ``` If I upload the video in app1, and then navigate...
人脸检测疑问
感谢分享代码,有个疑问请教,facenet里面已经有了mtcnn做人脸检测,为啥还用ssd先检测一遍呢?谢谢!
The test code is very simple. ``` from paddleocr import PaddleOCR engine = PaddleOCR(use_angle_cls=True, lang="ch", use_gpu=True) output = engine.ocr('1.png') ``` To run it please install paddleocr and paddlepaddle-gpu first. `pip...
The multiprocessing library is service_streamer [service_streamer](https://github.com/ShannonAI/service-streamer/tree/master), which is a middleware for web service of machine learning applications runing on multi-gpu/multi-processing. However, if the code is compiled with nuitka, the binary...
Hi, thanks for your interest job! I run the sample code in my computer. but there is no output in the page. After check the source code, I find some...
Dear Author, What is the flickr25k_label_20015.npy? the label indexing of each data? Thanks.
Dear Author, Could you please share the code of generating the dataset file (nus-wide-tc21-iall.mat, for example)? thanks a lot.