Error While Inferencing YOLOv9 Model on Web

I was trying to perform inference using my JavaScript code with a model trained on YOLOv9 but this error occurs. The same error occurs when I try to infer using another model trained on YOLOv9 as well. Though, the Roboflow inference app works fine without any issues.

This is the JavaScript code I used:

The JavaScript code functions correctly when the model version is changed to 1, which corresponds to my previous model trained on YOLOv8. Could the error possibly be associated with API limitations related to YOLOv9 models? Any assistance would be greatly appreciated. Thank you in advance!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.