Jasseur Hadded
Jasseur Hadded
### Branch 0.x branch (0.x version, such as `v0.24.1`) ### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https://github.com/open-mmlab/mmaction2/discussions) but cannot get the expected help. - [X] I have read...
Hi, I have an object detection model and I want to create masks for those objects using SAM, I have done prompting with the output boxes given by my obj...
Hi, I have a tflite qunatized model (int8), The model running with ``` import tensorflow as tf interpreter = tf.lite.Interpreter(model_path=model_path, experimental_delegates=[]) ``` is 40x faster than: ``` import tflite_runtime.interpreter as...