Asad
Asad
Hi, Is it possible to train on our own dataset? if yes then how ? I am using this command python dcgan.py --mode train --path ~/images --batch_size 128 after placing...
Hi, I am using the TensorFlow version of yolov3, it's not the same as the darknet, it used two yolov3 for feature extraction from visual and infrared images and then...
Hello everyone, I am working with infrared images about the objects in the sea for example boats, Can anyone suggest me a better GAN from the list that useful for...
Hi, Is there anyone successfully optimized TensorFlow .ckpt or .pb weights with TF-TRT?
## Important - read before submitting I am trying to build with cuda-10.2 + cudnn 8.0 , but in cudnn I found cudnn_version information moved to `cudnn_version.h` but in older...
@all anyone tried to run the YOLOV3 caffe models on Deepstream on Nvidia Jetson TX2?
Hi, I am trying to build on Ubuntu 16.04. I am following these steps. ``` sudo apt-get install mesa-common-dev sudo apt-get install libopencv-dev python-opencv wget http://download.qt.io/official_releases/qt/5.9/5.9.1/qt-opensource-linux-x64-5.9.1.run chmod +x qt-opensource-linux-x64-5.9.1.run ./qt-opensource-linux-x64-5.9.1.run...
Hi, Is there anyone successfully optimized TensorFlow .ckpt or .pb weights with TF-TRT?
I have installed according to the given instruction but when i am running the example of detection for first time it throw following errors. I have tried with jetpack 3.3...
Hi, I am trying to optimize and run the trained faster_rcnn_inception_v2 on custom dataset (boat detection) that i trained using object detection API. I have placed the necessary files and...