shima khosravani
shima khosravani
Hi , I got oidv2-resnet_v1_101.ckpt from [https://storage.googleapis.com/openimages/web/extras.html](url) and convert it to tflite with this code : `SAVED_MODEL_DIR='saved_model1/' converter = tf.lite.TFLiteConverter.from_saved_model( saved_model_dir=SAVED_MODEL_DIR) converter.optimizations = {tf.lite.Optimize.DEFAULT} #optional sh converter.change_concat_input_ranges = True #optional...
Hi I have used these function to calculate mean average precision (mAp) for a subset of google Audioset. I have run a lot of training. now I have changes my...
Hello , If I want to use peoplenet on ubuntu, (not jetson) , exactly , what should I do ? I have tested numerous ways in the net, but it...
Hello friends I want to use i3d model created by sonnet in tensorflow 2 these are my environment: ubuntu 20 tensorflow 2.12 python 3.8 this is my i3d code: `...
Hi , I have a tflite model trained with tensorflow 1.x I have converted my model to tflite with below code: converter = tf.lite.TFLiteConverter.from_saved_model( saved_model_dir=SAVED_MODEL_DIR) converter.optimizations = {tf.lite.Optimize.DEFAULT} #optional sh...
where is the codes for mudule 'snets' ? from snets.net_utils import unit3D