Max Ku

Results 13 comments of Max Ku

model weights will (probably) be uploaded next month through google drive sharing. I am still working on this repo so things are subject to change.

Encountered same problem, but I found it can run only when you did not specify any parameter. ``` python rosbag2video.py yourfile.bag ```

Hi, I am busy working on another project. It should be easy for you to modify the code using [DataParallel](https://pytorch.org/docs/stable/generated/torch.nn.DataParallel.html). Pull Requests are welcome :)

The feature is added in PR #6

> These are the steps I followed to install k4a-tools, libk4a and libk4abt on Ubuntu 20.04. The general steps are as outlined in > https://docs.microsoft.com/en-us/azure/Kinect-dk/sensor-sdk-download, with a couple of hacks...

In case people encountered the same problem as me, I found a hack to solve this error. add an extra `vision_opencv` package in `src` folder then `catkin_make` again ``` git...

This is really cool, thanks! https://huggingface.co/spaces/TIGER-Lab/AnyV2V https://github.com/InstantStyle/InstantStyle/assets/34955859/29c663d3-5af0-4dcd-baf7-a7ad03929141 ![5](https://github.com/InstantStyle/InstantStyle/assets/34955859/d7a79af6-fa9f-4277-aa0c-5d4dbe3e2fac) https://github.com/InstantStyle/InstantStyle/assets/34955859/25de5edc-ee17-4a06-8e11-f7319aaf5b23 ![2](https://github.com/InstantStyle/InstantStyle/assets/34955859/2ee2afdd-9cfa-4e51-bed1-94a40911b5b6) https://github.com/InstantStyle/InstantStyle/assets/34955859/801f74d7-24c7-4fac-838b-9bb09a1864e4

> 如果确认有问题,欢迎你提交一个pr将其修复 https://github.com/zhen8838/AnimeStylized/pull/13

Hi, encountered same error here. Did you figure out how to solve this?

scipy has to be 1.11.1 instead of 1.11.2 . Just downgrade it with: ```shell pip install scipy==1.11.1 ```