Shiv Saxena
Shiv Saxena
I also get the same error on a dual CPU Linux Ubuntu pc (not Databricks): MMLSpark version: com.microsoft.azure:synapseml_2.12:0.9.5 System version: 3.9.12 (main, Apr 5 2022, 06:56:58) [GCC 7.5.0] PySpark version:...
Thanks for your quick answer, much appreciated @poson! Faiss requires the full set of vectors; can you please let me know how to get this from EasyRec.
Thanks for the help. But I get an error: File "/home/shiv/Documents/DataScience/EasyRec/easy_rec/python/tools/split_model_pai.py", line 16, in FLAGS = tf.app.flags.FLAGS AttributeError: module 'tensorflow' has no attribute 'app' And when I add to force...
Sorry for the delay. My tensorflow version is 2.8
Hi Joao, ======== the preprocessing code has been released as part of mediapipe, see here: https://github.com/google/mediapipe/tree/master/mediapipe/examples/desktop/media_sequence ======== If I follow the steps and use kinetics_dataset.py on v_CricketShot_g04_c01,avi, I do not...
Thanks Joao, Just to clarify, I am following the steps outlined under "custom videos in the Kinetics format". I change VIDEO_PATH to point to the avi, build the media_sequence_demo and...
I was hoping that it will generate the rgb & flow files in a format that I can then use as an input to evaluate_sample. Not sure if that is...