Viraj Vaitha
Viraj Vaitha
I am recieving the following error when trying to deploy a model with my entry script that uses opencv. `ImportError: libGL.so.1: cannot open shared object file: No such file or...
Hi there, I am trying to deploy a model by following the tutorial. Before reading the full details I would like to address something I think is causing the problem....
Hi, I was trying to use the dataset visualizer by following the tutorial but can't see the option in Unity. I am using version 2020.2.7f1 and have signed into Unity....
Hi, I am planning to demo this at work within the next month. First I would like to thank you for this great feature of unity, love this package and...
Hi, I used this code from here: ``` from azureml.core import Workspace, Dataset subscription_id = '' resource_group = '' workspace_name = '' workspace = Workspace(subscription_id, resource_group, workspace_name) dataset = Dataset.get_by_name(workspace,...
Hi, Many third party libraries allow people to download captions using their service, however the YouTube Data API v3 doesn't. I can't find any video where i can download captions,...