Berkant

Results 13 issues of Berkant

when I run gen_wts code I get ```NameError: name 'Darknet' is not defined``` .

hello @xingyizhou I have my custom detection model trained on yolov5 at ```.pth``` format. Can I just feed that model for test via ```python demo.py tracking --load_model ../models/coco_tracking.pth --demo /path/to/image/or/folder/or/video...

fizzbuzz code added.

Salut, I am currently trying to implement object detection using darknet on JetsonTX2 Development Board. I builded opencv using "https://github.com/raspberry-pi-maker/NVIDIA-Jetson". After building process I can import cv2 and getBuildInformation succesfully....

Hello, I want to train my custom data in PASCAL VOC format using faster rcnn resnet? How can I use this project?

Hello, In my use case I store data every second but I want to read also at the same time but from another thread. When I do the following `...

README.md typo fix.

Hi everyone, I am trying to compile the example source files under cppzmq-4.9.0/examples however when I run make I get In vscode I am able to see methods even though...

Hello @nrupatunga i am planning to use goturn tracker with yolov5. I have my trained weights and detection working well. Now I want to integrate goturn tracker to my code....