Image Upload - MediffRobotics/DeepRobotics GitHub Wiki

  • use the browser:

    http://cmput466.top/img_upload

  • use the cli:

    curl -F 'img=@/Users/cheng/Desktop/avatar.jpeg' cmput466.top/img_upload
    

    change the image path

  • use Python:
    here
    change the image path

  • use Matlab:
    here
    change the image path