wingvortex

Results 11 comments of wingvortex

Already noticed that both the student and the teacher takes a GPU, and the teacher uses quite a lot of GPU memory. Thanks for your extra information, do you mean...

I understand the suggested approach is to install by Docker, but as I'm working with a Redhat linux, it needs sudo to run podman which I do not have. Anyway,...

Hi, did you solve this issue? I got the same error.

Same issue. It seems it is a common problem when using cuda-based SAM deployed with Docker. No problem with CPU.

Just in case anybody would have a similar size-match error, it turns out it was caused by the wrong version of pytorch_lightning. After using pytorch_lightning==1.2.10 as in the requirements.txt, this...

Hi, thanks! It is the issue of the python version! However, when I run your python example with the default params, no plane was detected. And I played with the...

I did not modify anything in the demo code, just run `python test_primitives_fitting.py --file_path 'test1.ply'`, here the point cloud is located on your repo: https://github.com/yuecideng/Multiple_Planes_Detection/blob/master/Data/test1.ply ![image](https://user-images.githubusercontent.com/45763667/182983035-52c64de4-16d0-4763-bae7-cb823108274a.png) Although it detects one...

I’m also interested in applying a DreamBooth LoRA with Eligen. Were you able to successfully load the DreamBooth LoRA trained with Diffusers? As noted in #381, the current version of...

hi, I had the same error. Change params["max_slice_nums"] = 2 to 1 seems to work. It is suggested by the author that # use 1 if cuda OOM and **video...