Sylia
Sylia
## ❓ Question Hello I tried to compile the torch-tensorrt on the jetson nano I got this error suggestions please Thanks bazel build //:libtorchtrt --platforms //toolchains:jetpack_4.6 --verbose_failures jetson@jetson-desktop:~/TensorRT$ bazel build...
### Description Hello, I'm working on inference with batch images, when I try to pass this batch of images with the function ``` results = sess.run(output_operation.outputs[0], new FeedItem(input_operation.outputs[0], nd)); ```...
### Description Hello I'm trying to load image from memory (array of byte), decode to jpeg, so I created a tensor with the byte[] to pass it to decode_jpeg, but...
### Description Hi, I work with the detection of yolov8 (after conversion to .pb), I managed to read the model in a different way than that mentioned in https://github.com/SciSharp/SciSharp-Stack-Examples/blob/768daa404acd4bdd897f8c55e569cf8e899f7c68/src/TensorFlowNET.Examples/ObjectDetection/YoloCoco.cs ...
### Description Hi, I'm working on this "crop_to_bounding_box()" function in order to Crop an image to a specified bounding box. But I get this error in "crop_to_bounding_box()" function Tensorflow.RuntimeError: 'Attempting...
Hello, I'm working on object detection with Coco data ( two datasets 1855 images or 58661 images) After some time I receive a Loss: NaN What's the problem please knowing...
Hi, I'm trying to create a custom model for detection, I follow this tutorial https://docs.espressif.com/projects/esp-dl/en/latest/esp32s3/tutorials/deploying-models-through-tvm.html, I use conda under windows for a development environment, when I try to deploy my...
Hi I use conda under windows for a development environment, I encounter a problem with TVM, namely that I have performed all the installation steps the error below  any...