-
## Description
We have observed that the current implementation using Table Transformer is not achieving satisfactory performance in accurately detecting rows and columns within tables, particularly …
-
### 🚀 The feature
Adding a backbone with FPN on top of swin transformers similar to the already available resnet_fpn and mobilenet_fpn backbones (https://github.com/pytorch/vision/blob/main/torchvi…
-
When I train a sklearn pipeline containing a TargetEncoder and convert it using `sklearn2pmml` to a PMML file, I get an error when a categorical value that was not seen during training is present in n…
-
Some months ago, I've added DETR to [HuggingFace Transformers](https://github.com/huggingface/transformers) 🤗 I've replaced the original torchvision backbones (ResNets) such that you can use **any**…
-
# DETR
- **DE**tection **TR**ansformer
- 简化了检测流程,去除了许多手工设计的的组件(NMS/AnchorGeneration) - `先验知识`
- **传统的目标检测方法**是使用大量的 `proposals/anchors/window centers` 将问题转换为回归和分类问题
- 受锚点设计/后处理(NMS)影响较大
- 将目标…
-
Hey Folks, the Computer Vision Community project has been pending for a while now. While I understand that, we all have busy schedules. However, it would be awesome to understand clearly, who is going…
-
我的参数如下,运行时出现特征找不到的情况,只能找到部分。
错误如下
UserWarning: Could not find detections for 280347
warnings.warn('Could not find detections for %d' % image_id)
Epoch 0 - train: 1%|▊ …
-
please ask , swin transformer object detection , how to disable "instance segmentation feature"?
ghost updated
2 years ago
-
https://github.com/SwinTransformer/Swin-Transformer-Object-Detection/issues/214
whether 3.11 (rl9), 3.10 (rl9), 3.7 (3.7 ubu22 using conda/wsl)
AttributeError: 'SwinTransformer' object has no attr…
-
How do we finetune llava for object detection tasks, or predicting a trajectory of actions. How would that work? Then I need some regression based loss like MSE right ? And instead of outputting text …