YOLOS
YOLOS copied to clipboard
[NeurIPS 2021] You Only Look at One Sequence
models\layers\helper.py, line 6, import error in my env: torch 1.9.0+cu111 torch-tb-profiler 0.2.0 torchaudio 0.9.0 torchvision 0.10.0+cu111 error msg like: from torch._six import container_abcs ImportError: cannot import name 'container_abcs' from 'torch._six'...
## ❔Question Can we export YOLOS models to ONNX format? ## Additional context Because I want to deploy YOLOS model on onnxruntime to save deployment cost and run it via...
## ❔Question hi, I want to know what does eval_size、init_pe_size and mid_pe_size mean in the code? thanks for your answer. ## Additional context
Hi is there a limit somewhere on how many bounding boxes are being predicted. I have a very populated image and when I am running the models I noticed that...