Sovit Ranjan Rath

Results 7 issues of Sovit Ranjan Rath

Hello. First of all, great work. While running the `hybridnets_test_videos.py` I found some issues with the FPS calculation part. In the `hybridnets_test_videos.py` script, the FPS is calculated as: `(t2-t1)/frame_count)` But...

Hello. I somehow managed to get the LLama weights manually as per the directory structure. Everything seemed to be going fine. However, when the Husky model started to load, I...

Hello. I have been trying to setup InternGPT with local LLama2 downloads. But even after entering the proper link and checking multiple times, I am getting this. ``` Initializing InternGPT,...

I have fine-tuned the bitnet_b1_58-large (https://huggingface.co/1bitLLM/bitnet_b1_58-large) on the Alpaca Instruction Tuning dataset. After conversion, the `f32.gguf` model is giving proper results. But the `i2_s.gguf` is just outputting random tokens. Hopefully,...

It would be great if the commands and process for training the models are made available. I guess some of us trying to train smaller Qwen VL variants which could...

Hello. Great work with FastSAM. Is it possible that you can open source the preprocessing code that you used for generating the dataset from SA-1B? I am trying to figure...

Added two clean notebooks with proper instructions in the `tutorials` directory. 1. `birefnet_background_removal.ipynb` => To remove background and visualize the results in a modularized way. 2. `birefnet_background_replacement.ipynb` => To replace...