DensePose model support

This commit is contained in:
boydrotgans
2020-03-05 16:28:00 +01:00
parent 8fe9596e91
commit 84e5b38f7e

View File

@@ -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)