-
I get the following error when running infer.py
`Inference demo with CSL model
Creating and loading the model...
Traceback (most recent call last):
File "infer.py", line 112, in
main()
…
-
Hi, thanks for your amazing work!
Here I encountered something really weird. I downloaded the `tresnet_l_stanford_card_96.41.pth` and tried to validate the result in stanford car datasets. It reach…
-
I tried to run the infer.py, after installing all the dependencies. I used the model "tresnet_l_COCO__448_90_0.pth" with 448 image size (default value) over the sample image provided with the code. Du…
-
буду хранить тут дамп статей про трансформеры, которые читаю, либо которые хочу прочитать
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale - статья где предложили ViT, иде…
-
Thanks for the implementation and great project!
I actually saw a similar issue to mine, which was solved by decreasing the learning rate.
I tried the same, but there seems to be no difference.
…
-
Do you know how to slove this problem: RuntimeError: ONNX export failed: Couldn't export Python operator InPlaceABNSync
-
今早查询有关细粒度分类相关的论文代码,发现该论文与项目,
由于我是对检测框之后的切割图像来做判断,我直接保存TResnetL_V2模型,发现该模型占比较大,之前使用的resnet模型比较小,
请问有没有较小的模型,就`train_FGVC_Aircraft_ResNet50.py` 来讲,我们使用的是TResnetL_V2 模型还是下方的`Network_Wrapper`模型。
是否需要通读…
-
Hi, thanks for the work!
But I think there is an obvious bug at line 56 in src_files/models/utils/factory.py:
`model.load_state_dict(state[key], strict=True)`
The variable `key` in else branch is …
-
(venv) F:\ML-Danbooru>python demo.py --data F:\collapse_ben_train_ml --model_name tresnet_d --num_of_groups 32 --ckpt F:\ML-Danbooru\model --thr 0.7 --image_size 512
xformers not find
Traceback (mos…
-
Following models are not yet supported in addition to `NOT_SUPPORTED_BY_BB_MODELS` mentioned in #29 due to various reasons.
```python
SUPPORTED_BUT_FAILED_BY_WB_MODELS = {
# "convformer": "Cann…