AlturosDestinations / Alturos.Yolo

C# Yolo Darknet Wrapper (real-time object detection)
MIT License
427 stars 132 forks source link

Passing a custom IYoloSystemValidator doesn't work #177

Open McZosch opened 3 years ago

McZosch commented 3 years ago

Passing a custom IYoloSystemValidator-instance into the YoloWrapper-constructor always results in a NullReference-exception.

The code in both constructors are having a null check, but in case of a non-null parameter value, _YoloSystemValidator ist not set.