issues Search Results · repo:BobLd/YOLOv4MLNet language:C#
Filter by
14 results
(58 ms)14 results
inBobLd/YOLOv4MLNet (press backspace or delete to remove)I clicked the link https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov4 but it is
pointing to nowhere.
Any idea where to find it otherwise?
Sicos1977
- 5
- Opened on Dec 25, 2023
- #16
I m learning ML.NET framework, thanks for such a great example
When I looked at your repo, I found that the dependency version was rather old, so I tried to upgrade to the latest
version (2.0.1) through ...
pedoc
- 1
- Opened on Jul 5, 2023
- #15
First of all, many thanks for your work, this area seems not very talked about and your work has been invaluable to my
progress.
I have had a look at the provided ONNX model and the code that is used ...
Westy-Dev
- 5
- Opened on Nov 4, 2021
- #14
Hey guys,
thanks a lot for your big effort. I have written a program which uses more than only one model. Therefore it would be
great to be able to change the ColumnName or the VectorType during runtime ...
PietrPodschinski
- 1
- Opened on Nov 2, 2021
- #13
I ve ported Mobile detection Onnx model for Yolor
imageHeight = multiple of 64 ( 768 ) imageWidth = multiple of 64 ( 1280 )
The input dimensions are [1, 3, imageHeight, imageWidth ] The output dimensions ...
AshwinRaikar88
- 4
- Opened on Oct 28, 2021
- #12
Hello: I am new to YOLO, I have done the following. I create my own dataset with train model, and trained my model in
ultralytics yolov5 Python repo. I generated one YoloV5 exported .onnx file. However, ...
zydjohnHotmail
- 1
- Opened on Sep 14, 2021
- #11
I am finding that the object detection is different and maybe less accurate in C# with the onnx model than it was in
Python with the PyTorch model. Is there any fix or reason for this? I have resized my ...
afisk
- 10
- Opened on Jun 9, 2021
- #10
I have a YoloV5 Onnx model with 4 outputs, however I can only use a single output at a time. If I try reading in all 3
in my YoloV4Prediction.cs class, I get Parameter is not valid when I run predictionEngine.Predict( ...
afisk
- 3
- Opened on Jun 8, 2021
- #9
First, Thank you for your source, It has helped me a lot. But speed to detect the object in an image is slow, How can
faster do it such as use GPU or custom list object, Because I need counting vehicle ...
hohoangan
- 8
- Opened on Apr 14, 2021
- #8
Cloned this repo, downloaded the yolov4.onnx model, changed the modelPath field to the location of the onnx file, ran
the project and encountered an ArgumentException on Line 68 of Program.cs when processing ...
dstampher
- 2
- Opened on Apr 5, 2021
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.