Daisuke Kobayashi

Results 9 comments of Daisuke Kobayashi

I guess you are confusing you are inside container or not. There are two ways to run darknet command. One is going into docker container through interactive bash shell and...

@razapk @dannje Hi. What OS are you using? Using ``—runtime=nvidia`` option, you need the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-docker). And I think that the NVIDIA Container Toolkit only support Linux distributions. You...

I'm using [IFTTT](https://ifttt.com/) to build docker images automatically. Using the applet, I'm subscribing atom feed on https://github.com/AlexeyAB/darknet/commits/master.atom and make a web request to dockerhub.

No, Darknet isn’t compiled with the lib option in this project. Did you check [yolo_cpp_dll](https://github.com/AlexeyAB/darknet/tree/master/build/darknet) in [AlexyAB/darknet](https://github.com/AlexeyAB/darknet)? [AlexyAB/darknet](https://github.com/AlexeyAB/darknet) supports windows, so I recommend that you use yolo_cpp_dll. I have used...

What GPU are you using? The images in this repository were built using multi stage build to reduce image size. So the image doesn’t contain build environment, only contain runtime....

RTX 2080 Ti ’s compute capability is 7.5 which is described GeForce and TITAN Products section in [this page](https://developer.nvidia.com/cuda-gpus). So could you try gpu-cv-cc75? I mean docker images in this...

I don't know what the problem is from your image. Could you try darknet_yolo_v4_pre-gpu-cv-cc75? The darknet_yolo_v3 was released about 2 years ago, and at that time yolo v4 wasn't released....

@Nordes This repository uses two stage build to reduce docker image size. First building darknet binary based on nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04 and then packaging darknet based on nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu20.04. So there are no...

The workaround described [here](https://github.com/PowerShell/Win32-OpenSSH/issues/1476#issuecomment-642974745) worked for me. My company uses email address to sign in to Azure AD. And I needed to use my email address in the ``[email protected]`` parts....