k128
k128
**Describe the bug** When I run (part of) the example ThreadedWebsocketManagerCode, I get an error. **To Reproduce** Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on...
### Issue subject When I run the example websocket code twice, I get an error. ### Code to run ``` from binance.websocket.spot.websocket_client import SpotWebsocketClient as WebsocketClient def message_handler(message): print(message) ws_client...
When running ins_get_image() over multiple images, memory usage builds up until the program crashes. Exiting python releases the memory, but exiting the function does not. Commenting out this line fixed...
I've noticed that adding additional steps often changes the model output completely. If I run the same seed/settings through with 10, 20, 30, 40, 50 steps I get different non-noisy...
Poor Results
I'm getting poor results running the pretrained model. For example, with both id and attr as:  I get a prediction of:  I'm running: python test.py Name --pretrained_models_path checkpoints...
The comments say the 256 image_size will use FaceShifter as the model, but it appears that it always loads the 224 (SimSwap) weights. Can you add weights/code for the FaceShifter...
When I run this line: `python hififace_inference.py --gpus 0 --model_config config/model.yaml --model_checkpoint_path hififace_opensouce_299999.ckpt --source_image_path assets\inference_samples\02_source.png --target_image_path assets\inference_samples\02_target.png --output_image_path assets\inference_samples\res22.png` the resulting image is:  What could be causing me to...
Running the Installation cell, I get the following error: ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in 24 25 # Utility functions ---> 26 import ffmpeg 27 28 def encode_audio(video_path,...
Running the colab example locally, I get this result:  As you can see, this is just the source image again with no swap. Here is my run log: [SBER...
Windows 10 Python 3.11.2 pillow_avif_plugin-1.3.1-cp311-cp311-win_amd64.whl Trying to pass any of the [SVT-specific parameters](https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/Parameters.md) has no effect. I've tried several parameters and ways of passing them. For example, these all produce...