Tridentic

Results 18 comments of Tridentic

The stack trace goes here: at Tensorflow.Tensor._as_tf_output() at Tensorflow.BaseSession.eval(Tensor tensor) at Detection.Engines.tfDetEngine.Detect(Tensor image)

The tensor isn't an EagerTensor indeed {tf.Tensor '' shape=(512, 512, 3) dtype=uint8}

Here is the DetectionEngine class: ``` public abstract class DetectionEngine { public DetectionEngine(string modelPath, string labelPath) { ModelPath = modelPath; LabelPath = labelPath; } public string ModelPath { get; set;...

I am using [EfficientDet D0 512x512] (http://download.tensorflow.org/models/object_detection/tf2/20200711/efficientdet_d0_coco17_tpu-32.tar.gz)

I am using the latest one, just got it yesterday On Thu, 18 May, 2023 at 11:27 AM, Rinne ***@***.***> wrote: > Ok, I'll reproduce it and give you a...

On Thu, 18 May, 2023 at 12:43 PM, Rinne ***@***.***> wrote: > The UnmanagedMemoryBlock and Dispatcher are not defined in the code. Is > there any extra information? > >...

_session.run still leaves me with a NullReferenceException, here is the stack trace ``` at Tensorflow.BaseSession._call_tf_sessionrun(KeyValuePair`2[] feed_dict, TF_Output[] fetch_list, List`1 target_list) at Tensorflow.BaseSession._do_run(List`1 target_list, List`1 fetch_list, Dictionary`2 feed_dict) at Tensorflow.BaseSession._run(Object fetches,...

Could it be that I have an installation issue? I might have a broken installation of Tensorflow. How can I test that TensorFlow.net will run using a simpler model?

I think I have issues with my tensorflow installation or something. Everything should work fine. I am using SciSharp.Tensorflow.Redist as my laptop doesn't have a GPU but my PC does....