Matthieu Tourne
Matthieu Tourne
ps. open to constructive criticism beyond a thumbs up / down (:
My guess was that adding a separate option for installing as an added convenience could only be a plus, and never a downside.
I've made my own 3d printed one in solidworks : https://github.com/mtourne/mecha/tree/master/Harmonic%20drive But these files would still be nice (:
inspired by the answer from @f0t0n, but without using flask-restful. I made a decorator that would require and reissue a new token, to be used anywhere I'd normally use @jwt_required()...
Updated version : ``` python def jwt_required_refresh(realm=None): def wrapper(fn): @wraps(fn) @jwt_required(realm=realm) def decorator(*args, **kwargs): token = jwt.jwt_encode_callback(current_identity) resp = make_response(fn(*args, **kwargs)) resp.headers['Fresh-Token'] = token return resp return decorator return wrapper...
@rlam3 I haven't really implemented that part but in that example, you'd basically have the client check the token for expiration periodically and if the expiration time is close you'd...
I've made a fork of darknet with the weight extraction code built in, so it's a little more maintainable hopefully. Check it out here : https://github.com/mtourne/darknet
I'm experiencing the same thing, none of the controlnets I have show up in the node.