Jonathan Frank

Results 68 issues of Jonathan Frank

thanks for the nice program. i changed and attached the "generate_result_video2.py" file (line 62-69) so that its possible to choose the number of rendered class names: [generate_result_video2.zip](https://github.com/kenshohara/video-classification-3d-cnn-pytorch/files/2196408/generate_result_video2.zip) i used this...

Since compiling works (with the version from ofxOfelia - which is really great), my only issue is that pd.closePatch does not work. Will look for a solution myself, but maybe...

Maybe not important for an example, but its a large performance increase with a small change (at least when running with Emscripten).

i tried to use this model for music generation: https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/audio/music_generation.ipynb#scrollTo=1mil8ZyJNe1w its very rough yet, and not sure if everything works as expected. maybe you can find something wrong... especially my...

I posted it already in the OF forum. Here is a Yolo v4 example: https://forum.openframeworks.cc/t/yolo-v4-example-with-ofxtensorflow2/40040

This was the most difficult for me to understand. But now it works quite well, I guess: https://github.com/Jonathhhan/ofxTensorFlow2/tree/example_chatbot/example_chatbot https://forum.openframeworks.cc/t/ofxtensorflow2-chatbot-almost-solved/40090/9

I try to run the arbitrary-image-stylization-v1-256 model: https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2 I can load the model without any errors, but it chrashes if I try to run the model (without an error message)....

This was not easy for me (to find and understand a pretrained colorization model). With this pretrained model I got it working (had to convert it to a saved model):...

I added this to the readme: ``` ### Windows / Visual Studio 2022 1. Install CUDA 11.7 2. Install CUDNN 8.4.1.50 3. Put the files from C:\Program Files\NVIDIA GPU Computing...

I wonder if somebody use a word2vec model with ofxTensorflow2? I found a model and tried to use it, but without success: https://tfhub.dev/google/Wiki-words-250-with-normalization/2 For now I use ofxWord2vec https://github.com/perevalovds/ofxWord2Vec for...