Seyed Amirreza kabodian
Seyed Amirreza kabodian
i trained SSD-MobileNet on custom dataset and now I want to convert the model to TensorRT model for improve performance and for Inference on Nvidia Jetson TX1 Board. I Have:...
My model trained for two classes **object-1** and **object-goal** I trained the ssd-mobilenet-v2 in pytorch-ssd repository. When I train a model, I get label.txt file with content BACKGROUND, object-1 and,...
I have used yolov8 on python and can use Tracking with yolov8. Does this repository support tracking with the yolov8 model?
I try to convert yolov5.pt model to wts format and when I enter the python gen_wts.py -w best.pt -o best.wts I get this error: ``` {"payload":{"allShortcutsEnabled":false,"fileTree":{"yolov5":{"items":[{"name":"plugin","path":"yolov5/plugin","contentType":"directory"},{"name":"src","path":"yolov5/src","contentType":"directory"},{"name":"CMakeLists.txt","path":"yolov5/CMakeLists.txt","contentType":"file"},{"name":"README.md","path":"yolov5/README.md","contentType":"file"},{"name":"gen_wts.py","path":"yolov5/gen_wts.py","contentType":"file"},{"name":"images","path":"yolov5/images","contentType":"symlink_directory"},{"name":"yolov5_cls.cpp","path":"yolov5/yolov5_cls.cpp","contentType":"file"},{"name":"yolov5_cls_trt.py","path":"yolov5/yolov5_cls_trt.py","contentType":"file"},{"name":"yolov5_det.cpp","path":"yolov5/yolov5_det.cpp","contentType":"file"},{"name":"yolov5_det_cuda_python.py","path":"yolov5/yolov5_det_cuda_python.py","contentType":"file"},{"name":"yolov5_det_trt.py","path":"yolov5/yolov5_det_trt.py","contentType":"file"},{"name":"yolov5_seg.cpp","path":"yolov5/yolov5_seg.cpp","contentType":"file"},{"name":"yolov5_seg_trt.py","path":"yolov5/yolov5_seg_trt.py","contentType":"file"}],"totalCount":13},"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"alexnet","path":"alexnet","contentType":"directory"},{"name":"arcface","path":"arcface","contentType":"directory"},{"name":"centernet","path":"centernet","contentType":"directory"},{"name":"crnn","path":"crnn","contentType":"directory"},{"name":"dbnet","path":"dbnet","contentType":"directory"},{"name":"densenet","path":"densenet","contentType":"directory"},{"name":"detr","path":"detr","contentType":"directory"},{"name":"docker","path":"docker","contentType":"directory"},{"name":"efficientnet","path":"efficientnet","contentType":"directory"},{"name":"googlenet","path":"googlenet","contentType":"directory"},{"name":"hrnet","path":"hrnet","contentType":"directory"},{"name":"ibnnet","path":"ibnnet","contentType":"directory"},{"name":"inception","path":"inception","contentType":"directory"},{"name":"lenet","path":"lenet","contentType":"directory"},{"name":"lprnet","path":"lprnet","contentType":"directory"},{"name":"mlp","path":"mlp","contentType":"directory"},{"name":"mnasnet","path":"mnasnet","contentType":"directory"},{"name":"mobilenet","path":"mobilenet","contentType":"directory"},{"name":"psenet","path":"psenet","contentType":"directory"},{"name":"rcnn","path":"rcnn","contentType":"directory"},{"name":"real-esrgan","path":"real-esrgan","contentType":"directory"},{"name":"refinedet","path":"refinedet","contentType":"directory"},{"name":"repvgg","path":"repvgg","contentType":"directory"},{"name":"resnet","path":"resnet","contentType":"directory"},{"name":"retinaface","path":"retinaface","contentType":"directory"},{"name":"retinafaceAntiCov","path":"retinafaceAntiCov","contentType":"directory"},{"name":"scaled-yolov4","path":"scaled-yolov4","contentType":"directory"},{"name":"senet","path":"senet","contentType":"directory"},{"name":"shufflenetv2","path":"shufflenetv2","contentType":"directory"},{"name":"squeezenet","path":"squeezenet","contentType":"directory"},{"name":"superpoint","path":"superpoint","contentType":"directory"},{"name":"swin-transformer","path":"swin-transformer","contentType":"directory"},{"name":"tsm","path":"tsm","contentType":"directory"},{"name":"tutorials","path":"tutorials","contentType":"directory"},{"name":"ufld","path":"ufld","contentType":"directory"},{"name":"unet","path":"unet","contentType":"directory"},{"name":"vgg","path":"vgg","contentType":"directory"},{"name":"yolop","path":"yolop","contentType":"directory"},{"name":"yolov3-spp","path":"yolov3-spp","contentType":"directory"},{"name":"yolov3-tiny","path":"yolov3-tiny","contentType":"directory"},{"name":"yolov3","path":"yolov3","contentType":"directory"},{"name":"yolov4","path":"yolov4","contentType":"directory"},{"name":"yolov5","path":"yolov5","contentType":"directory"},{"name":"yolov7","path":"yolov7","contentType":"directory"},{"name":"yolov8","path":"yolov8","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"}],"totalCount":49}},"fileTreeProcessingTime":8.282295,"foldersToFetch":[],"reducedMotionEnabled":null,"repo":{"id":223904726,"defaultBranch":"master","name":"tensorrtx","ownerLogin":"wang-xinyu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-11-25T09:01:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15235574?v=4","public":true,"private":false,"isOrgOwned":false},"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1698999982.0","canEdit":false,"refType":"branch","currentOid":"2df7dd7f9100fc04262e2a53fc53666eed28f84c"},"path":"yolov5/gen_wts.py","currentUser":null,"blob":{"rawLines":["import sys","import argparse","import os","import struct","import...
Hi 🖐 I Trained an SSD model with --resolution=640 and when I want to convert the .pth model to .onnx, it gives me an error: ```python locations[..., :2] * center_variance...
I try every step in the installation guide I built the project with x64 Release the build was successful but when I ran the .exe file I got this error:...
i run this code: ```cpp int main() { serialib serial; if (serial.openDevice("\\\\.\\COM10", 115200)!=1){ cout
## Env - GPU, Jetson TX1 - OS, Ubuntu18.04 - Cuda 10.2 - TensorRT 8.3.2 - - Model: yolov5 ## Your problem Hi, when I trying to use yolov5-small model...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi 🤗 I trying to detect the specific object...
Comments inside the code are in Chinese To better understand the general public, correct them if you can. Thankful