Marcos Ramirez
Marcos Ramirez
Is there a solution to this?
The error is that com.github.asne:asne-googleplus:0.3.3 is using a deprecated library: com.google.android.gms.common.GooglePlayServicesClient, instead of com.google.android.gms.common.api.GoogleApiClient only, given that GooglePlayServicesClient was removed from the SDK, the error comes when there is no...
I see that the library is available at: https://pypi.org/project/projectaria-tools/ After trying to install it: pip install projectaria-tools I get this error: ERROR: Could not find a version that satisfies the...
> @encouver Do you still encounter the same error? What is your platform? Yes, the error still persist. My platform: Windows 10 Conda environment Python 3.9.16 pip 23.0.1 conda 23.3.1...
I have a 1660 Ti with 6gb vram, I tried the points_per_batch=16 parameter even with 2, and still use the same amount of memory. Also tried decreasing the image resolution...
> > 6gb vram ile 1660 Ti'm var, points_per_batch=16 parametresini 2 ile bile denedim ve hala aynı miktarda bellek kullanıyorum. > > Ayrıca görüntü çözünürlüğünü orijinal görüntünün dörtte birine kadar...
Hello, I got this error as well. I got a new Jetson Orin Nano 8gb, and connected my Logitech webcam c922 pro to the jetson through usb. Following this video:...
> > [cuda] cudaGraphicsGLRegisterBuffer(&interop, allocDMA(type), cudaGraphicsRegisterFlagsFromGL(flags)) > > [cuda] unknown error (error 999) (hex 0x3E7) > > @encouver do you have a physical display attached to your Jetson, or are...
> In general yolo v5 and v8 have differently shaped outputs so dropping in a v8 model is not supposed to work out of the box. Do you have some...