Michael Powers

Results 21 comments of Michael Powers
trafficstars

@jan-ivar what would this routine (peerConnection) look like if it referenced the RTCPeerConnection instead of adding tracks to the empty local stream? I imagine that the streams value would need...

@AdrianLopezMuller I think this sample code is a one use only for each room. The room gets deleted once someone hangs up so you can't rejoin it through a refresh...

Seems like the same fate has fallen on FirebaseRTC. I took that code and have been steadily modifying it to offer [twisty.io](https://twisty.io) which provides short URLs to persistent 1:1 video...

Wrapping the main calls at the bottom of pggan.py in __main__ seems to have solved the multiprocessing problem `if __name__ == '__main__':`

Also appears you have to remove Volatile=true since that's been deprecated

In addition all data[0] references need to be switched to item() which is a result of the Volatile tag being deprecated [https://github.com/pytorch/pytorch/issues/6061 ](issue)

The last thing I had to do to get this working on Windows 10 pytorch was change all the directory and file creation paths to use backslashes instead of forward...

Also had to add in the following modification because DataParallel puts the original object into the module variable `self.G.module.grow_network(floor(self.resl)) self.D.module.grow_network(floor(self.resl)) `

In intermediate_block you have to cast the ndim as an int because in python3 dividing two integers results in a float. grrr only collided into this one when the resl...

Yes, you could use controlnet with vid2vid and stylize someone breakdancing. Then why have a motion model at all? What if I want three pandas dancing on top of a...