runwayml / processing-library

RunwayML-for-Processing
https://runwayml.github.io/processing-library/
Other
133 stars 23 forks source link

Small fixes + a couple of examples #8

Closed orgicus closed 5 years ago

orgicus commented 5 years ago

This PR adds:

  1. automatically making images RGB (opaque) when querying Runway using images encoded to JPG format (addressing issue #5)
  2. adding a more helpful message when /info,/data,etc. can't be retrieved (because no Runway models are running on the specified port (default = 8000)), addressing issue #7
  3. added DensePose and Places365 examples, updating README
cvalenzuela commented 5 years ago

Amazing! Thank you @orgicus