fengshikun
fengshikun
Thanks for this awesome project! In some situation, for example a gist gesture, some points are not visible, what's this points coordinates should be wrote to the label file? thanks!
Dose caffe2 support nnpack acceleration on android platform and how to set flag to enable this feature? thanks!
When I execute the code below: ``` # Import the converted model's class from mynet import MyNet # Create an instance, passing in the input data net = MyNet({'data':my_input_data}) ```...
Thank you for your excellent work! I am looking for the code to reproduce the results presented in Tables 1 and 2 of the paper. However, I have been unable...
Hello, I've been attempting to train the score model using the command from the README file. However, I've noticed that the loss doesn't seem to converge. Could you please help...