dongxiaolong

Results 6 issues of dongxiaolong

I install the requirement successfully, I have already run the code, It seems perfectly. But when I run the command`python demos/image.py --bbox --kp-bbox`, I find the kp-bbox draw wrong, I...

![26624-2-beautiful-girl-photo](https://user-images.githubusercontent.com/23193031/172565504-3d84d36a-4467-409a-92f4-b24659b3ebfa.png) ![26624-2-beautiful-girl-photo (copy)](https://user-images.githubusercontent.com/23193031/172565517-64d0e40d-fcab-4676-a922-63d0fa386a54.png) Since the code `def read_img(img_file, img_mean=127.5, img_scale=1/127.5): img = cv2.imread(img_file)[:, :, ::-1] img = cv2.resize(img, (640, 640), interpolation=cv2.INTER_LINEAR)` we have to rescale the coordinates.

bug

Absolutely awesome work. Firstly thanks for the instruct tuning data that contributed to the community. Just confused with above question mentioned in the title.

question

### Model description ColBERT is a fast and accurate retrieval model, enabling scalable BERT-based search over large text collections in tens of milliseconds. [ColBERT github](https://github.com/stanford-futuredata/ColBERT) [ColBERT huggingface](https://huggingface.co/colbert-ir/colbertv2.0) ### Open source...

when I run the code `python -m infer --modelPath="./Models/model_16_m3_0.8888.pth" --streaming=False --inputPath='/mnt/Data/ProjectCode/fightDetection/Fight_Detection_From_Surveillance_Cameras-PyTorch_Project/dataset/fight/fi001.mp4' --outputPath="./outputVideo.mp4" --sequenceLength=16 --skip=2 ` I get that error: ` Traceback (most recent call last): File "/home/dong/.conda/envs/fightDetection/lib/python3.8/runpy.py", line 194, in...

### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories/ideas) didn't find any similar feature requests. - [X] I searched...

enhancement