DeeeepNet

Results 34 issues of DeeeepNet

Hi . Q1: i want to modify the base net of ssd for my purpose . is this possible for your code ? i want to examine iception v1 ,...

Hi all, **1-** I want to know how the deep stream sdk can efficient for custom application, I know we can train the models with TLT on custom dataset and...

Hi all, I want to run **deepstream_test_1.ipynb** on PC has ubuntu 18.04, in the import pyds, I get that error.

Hi guys, I want to know this repo for detectnet_v2 is support for multi-stream rtsp? If so, How? and How I can to get outputs of the network, is it...

Hi I want to run sample of detectnet_v2_tlt on jetson nano. **my jetson has: jetpack 4.4 DP TensorRT 7.1 Cuda 10.2** I installed Deep stream with this way : ```...

Hello, **1-** This repo only work on jetpack 4.4 and deepstream 5.0 and TLT 2.0? **2-** For Detectnet-V2 , is it possible to run multi-stream RTSP support? HOW? **3-** If...

@BichenWuUCB Hi, is this possible to modify this code for inception or DenseNet ,.... ? if so , what do i do ? i need caffemodel(inception) ? if so ,...

Hi Q1 - I don't understand why don't use all of `y_pred[ :,:,:]`? why use `y_pred[ :, 2:,:]`? why don't use 0,1 dims? ``` def ctc_lambda_func(args): y_pred, labels, input_length, label_length...

Hi all, I want to know If we write the inference plugin for deep learning models with python or c++, what's difference in the speed up? All we know, the...

question

Hi everyone, Suppose I want to use python inference for a deep model and do inference in plugin, one solution is to copy all regular inference python codes in do_transform_ip...