ctippur
ctippur
Hello - I am not sure if I am doing it right but when I run "grunt jasmine:test" I get .. Running "jasmine:test" (jasmine) task Testing jasmine specs via phantom...
Hello, I would like to thank you for such a nice utility to abstract the complexities of oauth. I have a question on its implementation. This may not be a...
## Context I am using connexion for my Flask application. I am getting a 404 error \ while accessing teh endpoint. I have tried to dummy down the issue I...
Looking to improve the data points we get after processing thresholds. Looks like some frames are lost due to threshold being small. Also, trying to see if we can improve...
I have a dynamically generated nested json that needs to be rendered as form. For certain edge cases, I get an error: ``` jsonform.js:3170 Uncaught Error: The JSONForm contains an...
Hello, I am unable to load weights. ``` net.load_weights("blazeface.pth") ``` I am getting the below error. ``` --------------------------------------------------------------------------- ModuleAttributeError Traceback (most recent call last) in ----> 1 net.load_weights("blazeface.pth") 2 net.load_anchors("anchors.npy")...
Hello, Thanks for initiating this effort. I have a stationary video taken from my phone where I am not moving. I changed the code to read from a file and...
Hello, I have a middleware code as shown in the example: ``` 'use strict'; var path = require('path'); var http = require('http'); var oas3Tools = require('oas3-tools'); var serverPort = 8080;...
Hello, I see that MTCNN detect_faces prediction is an integer. Is there a way to get higher precision on its predictions? [{'box': [33, 137, 443, 580], 'confidence': 0.9859113693237305, 'keypoints': {'left_eye':...
Hello, I am trying to process token and send a response back if the token is not present. I am trying to follow the document [here](http://miguelduarte.pt/2017/04/19/using-jwt-authentication-with-swagger-and-node-js/) The issue is that...