OldChi

Results 3 issues of OldChi

CUHKSZ guys, you've really done a good job! I used a 4k videos (with quite high resolution), but I noticed that the output images of your codes are of 512×512...

hi I trained on your 1024*1024 data and set image size to 512 during training. however, using the result, I still generated 256*256 images, how can i modify the code...

**Describe the bug** I could call client.get_account() successfully without Exception, but calling client.futures_account_balance() leads to BinanceAPIException. **To Reproduce** File e:\Python\Python310\lib\site-packages\binance\client.py:6055, in Client.futures_account_balance(self, **params) 6049 def futures_account_balance(self, **params): 6050 """Get futures...