You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fix regression caused by https://github.com/OpenShot/libopenshot/pull/827, where we changed the class_name of Object Detector
This commit is contained in:
@@ -152,7 +152,7 @@ int main(int argc, char* argv[]) {
|
||||
objectDetection.SaveObjDetectedData();
|
||||
|
||||
// Create a object detector effect
|
||||
EffectBase* e = EffectInfo().CreateEffect("Object Detector");
|
||||
EffectBase* e = EffectInfo().CreateEffect("ObjectDetection");
|
||||
|
||||
// Pass a JSON string with the saved detections data
|
||||
// The effect will read and save the detections in a map::<frame,data_struct>
|
||||
|
||||
Reference in New Issue
Block a user