BobLd / YOLOv4MLNet

Use the YOLO v4 and v5 (ONNX) models for object detection in C# using ML.Net
MIT License
79 stars 31 forks source link

Set ColumnName or VectorType during runtime not possible #13

Closed PietrPodschinski closed 2 years ago

PietrPodschinski commented 2 years ago

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 which is not possible as it must be a const in ML.net. I've already asked that question here but got no answer so far: https://stackoverflow.com/questions/69491338/set-columnname-or-vectortype-during-runtime-in-ml-net-c-sharp

Any hints on how to change the VectorType or ColumnName during runtime are welcome.

PietrPodschinski commented 2 years ago

Issue can be closed, I managed to put all classes in the same yolo model which works fine so far.