shekar_neo

Results 15 issues of shekar_neo

Hi, Is the below function meant to set class weights based on the number of objects per class: ``` def labels_to_class_weights(labels, nc=80): # Get class weights (inverse frequency) from training...

Hi is the model architecture in demo server and this one is same or different and did you just used different data in demo server.

Hi, I am trying to convert st-gcn model to onnx format, but i am getting errors, how can i convert this.

getting the below error while importing the darkflow.net.build import TFNet ModuleNotFoundError Traceback (most recent call last) in 1 import cv2 ----> 2 from darkflow.net.build import TFNet 3 import matplotlib.pyplot as...

softdeleted a child object and then i deleted parent object, this parent has more than 10 records(only one record deleted) when undelete the parent object it is undeleting the child...

Hi i have followed this [yolov5 dlstreamer](https://dlstreamer.github.io/dev_guide/yolov5_model_preparation.html) guild to convert my two class yolov5m model to IR format. I have the following issues with the accuracy. 1) When i use...

Hi i am trying to install dlstreamer with openvino 2023.2 in ubuntu 22.02 LTS custom docker. I have followed this guide https://dlstreamer.github.io/get_started/install/install_guide_ubuntu.html#id1 I got the below error: ` The following...

Hi thanks for the great work. I ran the pipeline in jetson xavier NX with deepstream 6.1.1. the results are weird like for every frame there are 8-10 persons but...

can i use these pretrained models for transfer learning, if yes how to load these models