Shmakov Igor

Results 2 issues of Shmakov Igor

I get this error when trying to install pods. Xcode 10 and CocoaPods 1.6.0.beta.1 (and also the latest stable): `........./MyApp/Pods/Carte/Sources/Carte/ruby/2.3.0/gems/xcodeproj-1.5.2/lib/xcodeproj/project/object.rb:321:in 'configure_with_plist': [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[],...

Hello! I'm having problems trying to load a Tensoflow Inception v3 Model using ```readNetFromTensorflow``` in OpenCV 4.1.0 with python 3.6: ``` import cv2 cv.dnn.readNetFromTensorflow("nsfw.299x299.pb") ``` I get following error: >...