Mohammed-iliès ayachi

Results 5 comments of Mohammed-iliès ayachi

I agree that it would be nice to have the full field of view of the camera

If I remove --wait-event and replace it with --wait-event-and-download , it is missing the other half of the file , from 18 to 34 here : ``` (py3flask) jetson@ubuntu:~/git/Jetson/canonR5$ gphoto2...

Here is the output with the initial command (with --wait-event then --wait-event-and-download) and the **-P option** ``` jetson@ubuntu:~/git/Jetson/canonR5$ gphoto2 --wait-event=3s --set-config capture=1 --wait-event=10s --set-config capture=0 --wait-event-and-download=15s -P && ls Waiting...

> @iliesaya did you move the `img` to `mps`? I faced the same issue when I didn't move my input to the GPU. I don't think so, could you show...

> ``` > for img in dataset: > img = img.to('mps') ## or img.to(device) since you have already set device to mps in the previous line > this_res = inference_detector(model,...