prashant-dn

Results 20 comments of prashant-dn

Building yourself fixes this ```console 22 apt-get install g++ git libboost-atomic-dev libboost-thread-dev libboost-system-dev libboost-date-time-dev libboost-regex-dev libboost-filesystem-dev libboost-random-dev libboost-chrono-dev libboost-serialization-dev libwebsocketpp-dev openssl libssl-dev ninja-build 23 git clone https://github.com/Microsoft/cpprestsdk.git casablanca 24 cd...

The installation doesn't complete if pytorch is 2+. It throws `THC not found`, discussed [here](https://discuss.pytorch.org/t/question-about-thc-thc-h/147145/5). The workaround is to try and install it using the older versions of pytorch 1.6....

> > https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/RTDETR.md > > 404 - page not found ![Screenshot 2024-08-14 at 11 30 49 AM](https://github.com/user-attachments/assets/f395ca00-ebf7-4484-86ef-7867d2dbd4f1) there are 3 different READMEs now.

> I get the following error when i run the test file: > > ```shell > File "/root/run.py", line 600, in > main() > File "/root/run.py", line 579, in main...

After replicating the env to the max possibility, I am stuck on this ```console Traceback (most recent call last): File "tests/python/test_model_whisper.py", line 176, in main() File "tests/python/test_model_whisper.py", line 154, in...

This was because the weights or the larger files weren't downloaded (correctly). Use git-lfs to download the weights repo from huggingface. ``` # Ensure git-lfs is installed git lfs --version...

Hey Amir, I can confirm that I have sufficient data and also the losses do look saturated. So training further makes doesn't seem like an option. ![Screenshot 2024-12-30 at 11...

When I try to export with a custom size `python3 rtdetr_export.py -w best.pt -s 384 640 --simplify --dynamic` It works

Either the number of classes is wrong or the json is truncated.

@AnishMathewOommen you should first understand that this is like asking, "Give me a Mercedes for driving that is compatible with Ford !". You should first understand that D-FINE is a...