Luis Bill
Luis Bill
Folks, How can I train with the current available code? Thanks,
Is there a translated version into English?
How can we make this work with newer versions?
Priya, Excellent work. How could I feed grayscale images instead of using RGB? My cameras do not produce RBG images, so I shall not train with RGB images. I thought...
Folks, I can't get translation for the hands, but not rotation. The Rotation values remain constant per the next command: `rosrun tf tf_echo /openni_depth_frame /left_hand_1` And I know the frames...
Folks, In Step_2 train/test_model functions have four (4) outputs. In Step_3 train/test_model functions have two (2) outputs. Yet, there is only one _mini_batch() function definition in train_functions.py. That unique function...
In `Step_3_train_CNN_normalisation.py` in Line 31, it seems that the "timing_report()" function does not exist. Seems that it should be called: `training_report` as per line 214 in the file `functions/train_functions.py` In...
Where can get a high performance version of the code, such the pytorch c++ version? Thanks,
Team, Since I updated master last week, I keep getting these missing library errors: `whisper.cpp/examples/common-ggml.h:3:10: fatal error: ggml.h: No such file or directory 3 | #include "ggml.h" | ^~~~~~~~ whisper.cpp/examples/grammar-parser.h:13:10:...
~/whisper.cpp/build$ cmake -DWHISPER_CUDA=ON ../ -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for...