configuration.json 275 B

123456789101112
  1. {
  2. "name": "Fixed Base Model v1",
  3. "description": "stores training data in a local json file and returns exact results based on the file path",
  4. "supports": [
  5. "labeled-bounding-boxes",
  6. "fit"
  7. ],
  8. "code": {
  9. "module": "Pipeline",
  10. "class": "Pipeline"
  11. }
  12. }