Skip to content

Commit

Permalink
add uploadnn route
Browse files Browse the repository at this point in the history
  • Loading branch information
bhjelstrom committed Apr 24, 2023
1 parent 8e982ba commit fde985f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/csv/restapi.csv
Expand Up @@ -6,6 +6,8 @@ POST, /uploadsnapshot,"Upload a named snapshot. Include a ""snapname"" header. I
GET, /snapshotmanifest,Returns a list of snapshot file names
GET, /deletesnapshots,Deletes all snapshots

POST, /uploadnn,"Upload a neural network. Include a ""type"" header set to ""detector"" or ""classifier"""

GET, /hwreport,"Returns a JSON array of full hardware reports. A hardware report is derived from a calibration result and contains human-readable information such as FOV, principal offset, etc."

GET, /cal-default,Returns default calibration result
Expand Down

0 comments on commit fde985f

Please sign in to comment.