shersoni610
shersoni610
Hello, I face the same issue with the CenterNet model. Any update on the issue?
Hello, Some of the examples from Huggingfaces allows us to get Boxes, classID, scale = model(img, return_outputs=true). Can it still be used in the latest version?
Working with the files is a performance bottleneck. Wish there is an API working with OpenCV images directly giving all the information directly to the user and not dump the...
I changed the code. Thank you.
Hello, Thanks for the into: I see the that GPU usage is 0% and CPU 794%/ At least this confirms that the code is running on CPU. How should I...
Hello, Both the commands are working. I still see high cpu usage and zero for GPU.
Thanks. I see the following: >>> Adding ollama user to render group... >>> Adding current user to ollama group... >>> Creating ollama systemd service... >>> Enabling and starting ollama service......
Hello Hari, I got the following error: File "/Users/.cache/torch/hub/intel-isl_MiDaS_master/midas/backbones/beit.py", line 47, in _get_rel_pos_bias new_sub_table = F.interpolate(old_sub_table, size=(int(new_height, new_width)), mode="bilinear") ^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: int() base must be >= 2 and
Hello Hari, Sorry, my mistake. Your solution worked.
Hello, Where do we need to specify "cpu"?