You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a new issue. Please see the details below.
β Step 1: Describe the issue π
Did you find a bug? Want to suggest an idea for feature?
yes, the "objectDetector" function is not loading custom model url, it always loads coco-ssd as in the attached image
β Step 2: Screenshots or Relevant Documentation πΌ
Here's some helpful screenshots and/or documentation of the new feature
β Step 3: Share an example of the issue π¦
Here's some example code or a demonstration of my feature in this issue, separate GitHub repo, or in the https://editor.p5js.org or codepen/jsfiddle/Glitch/etc...
switch (modelNameOrUrl) {
case "yolo":
this.model = new YOLO_YOLO(this.video, ObjectDetector_objectSpread({
disableDeprecationNotice: true
}, this.options), callback);
return this;
case "cocossd":
this.model = new CocoSsd_CocoSsd(this.video, this.options, callback);
return this;
default:
// use cocossd as default
this.model = new CocoSsd_CocoSsd(this.video, this.options, callback);
return this;
}
Other relevant information, if applicable
β Describe your setup π¦
Here's some helpful information about my setup...
Web browser & version:
chrome: 108
Operating System:
win 10
ml5 version you're using:
0.12.2
Any additional notes
no
The text was updated successfully, but these errors were encountered:
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
β Step 1: Describe the issue π
β Step 2: Screenshots or Relevant Documentation πΌ
β Step 3: Share an example of the issue π¦
Other relevant information, if applicable
β Describe your setup π¦
no
The text was updated successfully, but these errors were encountered: