Question by
kingat8484 · May 16, 2021 at 06:29 PM ·
unity 5iosunityeditorandroidplugincodepage
Unity Image Upscalar
Can anyone help me in DeepAI image up scalar for android and ios in unity.
source : https://deepai.org/machine-learning-model/torch-srgan
package link : https://www.nuget.org/packages/DeepAI.Client
Code(But it shows error)
using DeepAI; // Add this line to the top of your file
DeepAI_API api = new DeepAI_API(apiKey: "quickstart-QUdJIGlzIGNvbWluZy4uLi4K");
StandardApiResponse resp = api.callStandardApi("torch-srgan", new {
image = File.OpenRead("C:\\path\\to\\your\\file.jpg"),
});
Console.Write(api.objectAsJsonString(resp));
Comment
Your answer
Follow this Question
Related Questions
Mac os unity iOS build Pink Screen Error 7 Answers
How to play a 360 degree video with stereo mode in Unity 3D 0 Answers
I need help tweaking my telepoting code!!! Please Help!!! Description is long but necessary. 0 Answers
adMob ads are black 2 Answers
If any Plugin Available for android Web Browser in unity? 0 Answers