Closed turowicz closed 5 years ago
@takuya-takeuchi have you had such problems?
@turowicz I have never face it. code 77 which is CudaErrorIllegalAccess. I guess image data has no matter. numberOfTimesToUpsample may occur issues. Could you provide information; image size, value of numberOfTimesToUpsample , etc.
size: 1920x1080 or 1440x800 (depends on source) numberOfTimesToUpsample: 0
The error starts to appear after ~1h of video processing (frame by frame)
I'm investigating memory leaks.
@takuya-takeuchi aren't you forgetting to dispose faceLandmark
object?
@turowicz You are right. Thank you!! And there are same issues in other line.
@turowicz Could you try nuget 1.2.3.6 package? If you have any issue, please let me know!!! Thank you!!
@takuya-takeuchi I will test as soon as possible.
@takuya-takeuchi I haven't seen this error for a while now. I have started getting error 74
though. Investigating. Will create separate issue if real problem.
@takuya-takeuchi unfortunately the error still exists.
Actually I think this is due to a problem on my end. Only one of two PCs has this error. It's Alienware Aurora R7 running Ubuntu 18.04.
BTW memory usage is much better after the memory leak fix.
Alienware Aurora R7 running Ubuntu 18.04
I have same machine and I boot Ubuntu 18.04 from usb memory. My R7 has 1080 (not Ti).
I may be reproduce same issue. Could you tell me Nvidia component version - CUDA and cuDNN?
And if you can, provide sample minimum source code you can reproduce issue?
The code is as simple as get face locations from image. Run it on 1000000 images or a video and at some point it will appear. The error happens randomly, but when it does, nothing fixes it until I reboot the computer. The error only appears on that one computer.
Nvidia SMI:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.79 Driver Version: 410.79 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 108... Off | 00000000:01:00.0 Off | N/A |
| 46% 78C P2 121W / 250W | 1599MiB / 11177MiB | 92% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 23522 C dotnet 1589MiB |
+-----------------------------------------------------------------------------+
I'm getting the following error:
Any ideas what this means? Googling the error code