sjs7007 / S3Lab

Code for Deep Cloud back end.
http://deepc05.acis.ufl.edu:8080/
0 stars 0 forks source link

Online trained models #10

Closed sjs7007 closed 8 years ago

sjs7007 commented 8 years ago

User should be able to select previously trained models and test new data/dataset with it. Just doing for single image case first.

sjs7007 commented 8 years ago

1 : just print model path given job_id 9d0ad1490328b0210f030b5498046496dfa0ca62

curl -F job_id=71cd6c9f-2bc1-4380-8d89-b32182441638 localhost:8888/testTrainedOnline 
sjs7007 commented 8 years ago

selects specified model and runs on given image b2c317003ea0c05cff68062532689e873b0c0b78

curl -F job_id=dc725ed7-dc51-4c9a-9057-f1539a958681 localhost:8888/testTrainedOnline -F upload=@generalPredictor/93.png

`output : {"Prediction":"3\n"}``