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
Refactor runInference.ts to Support Local and Cloud Model Inference
Update the model POST request logic in object_detection/utils/runInference.ts
to support sending requests to both locally deployed models and cloud-based inference workloads for the AI Playground.
Ensure seamless switching between local and cloud endpoints based on where the app is deployed.
The text was updated successfully, but these errors were encountered:
Refactor
runInference.ts
to Support Local and Cloud Model InferenceUpdate the model POST request logic in
object_detection/utils/runInference.ts
to support sending requests to both locally deployed models and cloud-based inference workloads for the AI Playground.
Ensure seamless switching between local and cloud endpoints based on where the app is deployed.
The text was updated successfully, but these errors were encountered: