computer_vision
computer_vision copied to clipboard
how to add new pose
Hi: How to add new pose that the system can recognize?
same issues
same issues +1
model.add(TimeDistributed(Dense(X_vector_dim/2, activation=_activation))) #(5, 20)
THROWS THE FOLLOWING ERROR InvalidArgumentError: Value for attr 'T' of float is not in the list of allowed values: int32, int64 ; NodeDef: {{node RandomUniform}}; Op<name=RandomUniform; signature=shape:T -> output:dtype; attr=seed:int,default=0; attr=seed2:int,default=0; attr=dtype:type,allowed=[DT_HALF, DT_BFLOAT16, DT_FLOAT, DT_DOUBLE]; attr=T:type,allowed=[DT_INT32, DT_INT64]; is_stateful=true> [Op:RandomUniform]