-
Hi,
I find this github project very interesting, and I'm searching for a better model of instance detection than yolov8-seg. I wanna ask which 'yaml' file is the combination of yolo and swin transf…
-
### AI-Powered News Summarizer and Sentiment Analyzer
**Description**:
Develop a web application using Streamlit that takes in news articles, extracts the main points, and provides a concise su…
-
With other VLMs, they seem to run significantly faster, if I give them a prompt like,
"Does this image have a watermark, yes or no?"
Is there any way to optimize joycaption for this?
Currently, i…
-
### System Info
- `transformers` version: 4.41.2
- Platform: Linux-5.4.0-182-generic-x86_64-with-glibc2.31
- Python version: 3.11.8
- Huggingface_hub version: 0.23.0
- Safetensors version: 0.4.…
-
参考来源:
```
https://blog.csdn.net/weixin_44791964/article/details/128361674
```
-
# Vision Transformer Adapter for Dense Predictions
Info.
- ICLR 2023 spotlight
- https://github.com/czczup/ViT-Adapter
- https://arxiv.org/abs/2205.08534
### Summary
- plain ViT
- whi…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
- `llamafactory` version: 0.9.1.dev0
- Platform: Linux-5.15.120.bsk.2-amd64-x86_64-with-glibc2.31
…
-
我通过huggingface_hub 的镜像库下载了 table-transformer-detection模型到本地,使用TableTransformerForObjectDetection.from_pretrained调用时,走不到本地模型。 是不是 huggingface_hub 的 table-transformer-detection 模型有问题呢
-
我的参数如下,运行时出现特征找不到的情况,只能找到部分。
错误如下
UserWarning: Could not find detections for 280347
warnings.warn('Could not find detections for %d' % image_id)
Epoch 0 - train: 1%|▊ …
-
I'm currently working on adding Facebook AI's DETR model (end-to-end object detection with Transformers) to HuggingFace Transformers. The model is working fine, but regarding evaluation, I'm currently…