Patrick Christen
Patrick Christen
Hi, in the readme you also have the 2D Demo .gif: https://user-images.githubusercontent.com/37643248/77227994-99ba2a80-6bc7-11ea-9b08-9bb57723bc42.gif But where is the matching code to get this result? I only see the 3D views?
I try to build the project locally but have issues with the TFLiteSwift-Vision dependeny. I get the error: ` No such module 'TFLiteSwift_Vision' ` and ` /Package.swift has no Package.swift...
Is there a Possibility to get the response as described in: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html Response headers?
Hi, first thx for this awesome project! I have an issue when trying to upload a video via crontab on a raspberry pi. I get the error: `Error opening terminal:...
Hi Cool repo. May I ask how did you generate the output video? something like -o output.mp4? And how did you rotate the output video?
I try to get a Respons from the APNS but the Respons is always = null.. try{ if ( !isConnected){ initializeConnection(); } List deviceList = Devices.asDevices(receivers); for (Device device: deviceList){...