Merge pull request #42 from BoydRotgans/master
DensePose model support Runway
This commit is contained in:
@@ -17,6 +17,11 @@ class BigBiGANQuery(@SerializedName("input_image") val inputImage: String)
|
|||||||
|
|
||||||
class BigBiGANResult(@SerializedName("output_image") val outputImage: String)
|
class BigBiGANResult(@SerializedName("output_image") val outputImage: String)
|
||||||
|
|
||||||
|
// -- DensePose
|
||||||
|
class DensePoseQuery(@SerializedName("input") val input: String)
|
||||||
|
|
||||||
|
class DensePoseResult(@SerializedName("output") val output: String)
|
||||||
|
|
||||||
// -- SPADE-COCO
|
// -- SPADE-COCO
|
||||||
class SpadeCocoRequest(val semantic_map: String)
|
class SpadeCocoRequest(val semantic_map: String)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user