-
I am on TensorFlow 2.9.1. After converting the [TFSegFormer segmentation model](https://huggingface.co/docs/transformers/main/en/model_doc/segformer#transformers.TFSegformerForSemanticSegmentation) to…
-
## Description
when i load onnx model, fpn F.interpolate ops error
***
While parsing node number 209 [Resize]:
ERROR: builtin_op_importers.cpp:2412 In function importResize:
[8] Assertion failed…
-
# 【PaddlePaddle Hackathon 4】模型套件开源贡献任务合集
(此 ISSUE 为 PaddlePaddle Hackathon 第四期活动的任务 ISSUE,更多详见 [【PaddlePaddle Hackathon 第四期】任务总览](https://github.com/PaddlePaddle/Paddle/issues/50629))
注:开发请参考 [贡…
-
______________________________________________________________________________________________________________________________________________________
#####################
# TRAIN THE MODEL #
##…
-
As raised in [CG meeting](https://www.w3.org/2019/04/25-webmachinelearning-minutes.html#x04), the first foundation spec only lists [32 operation types](https://webmachinelearning.github.io/webnn/#dom-…
-
Hello I am using semantic segmentation model. The model is suclass custom model. It has been trained and saved successfully. i also convert it into tflite version. But when I tried for inference of tf…
-
Hi,
I trained a two semantic segmentation "panoptic segmentation" models, one with a resnet_beta and one with swidernet backbones and I have the same issue with both. When I try to export the 60k c…
-
When I run the following commands, I got this error
TF_CFLAGS=( $(python -c 'import tensorflow as tf; print(" ".join(tf.sysconfig.get_compile_flags()))') )
TF_LFLAGS=( $(python -c 'import tensorf…
-
Hi,
I tried either through eval (after running training) or running train_and_eval and got the same error in both cases (after training of course).
I use a custom dataset of 2500 with panoptic a…
-
Congrats on this well-designed AI streaming framework. BIG Thumbs UP!
Here is a problem. How does this classic CV algorithm, object tracking, fit into NNStreamer? Since, object tracking is mandatory …