Ahmet Gündüz

Results 35 comments of Ahmet Gündüz

Hi, could you also provide pretrained paths for det and clf which is the same as resume path. In the first look, I do not see a problem but this...

The models are made for GPU actually. Which version of torch are you using? Are you sure that you are using GPU? You can check it as in https://stackoverflow.com/a/48152675/6400484

It seems to be a pytorch bug, Please check this solution https://discuss.pytorch.org/t/bug-in-dataparallel-only-works-if-the-dataset-device-is-cuda-0/28634/18

@Karthik-Bhaskar just to check can you please add `--no_cuda` parameter as well if it is working with cpu.

Everything looks fine actually. The way you gave `no_cuda` parameter is right. Honestly, I have no clue about the error. It may be because of the torch version, the repo...

python 3.7.3 and Cuda 10 is the current versions I am using. See below:

Dear @parkjh688 and @Karthik-Bhaskar, did you find any solution for this?

@parkjh688 That is great! Looking forward to seeing the outcome...

the codebase is updated. Could you please pull the repo and recheck ?

Hi @YuhanPeng1219 , Please see my comment https://github.com/ahmetgunduz/Real-time-GesRec/issues/17#issuecomment-492430596, regarding how to feed a camera image to the models. It should give you an idea. Besides please see my answers below:...