-
I fine-tuned pretrained model(depth_anything_vits14.pth) using KITTI Data set, I could get finetuned model (depth_anything_finetune/ZoeDepthv1_05-Mar_14-45-9b59bd15407a_best.pt)
And I confirmed that …
-
预测时报错:Error(s) in loading state_dict for SSD:
-
![image](https://github.com/open-mmlab/mmdetection/assets/83832706/ceef7eea-51fd-4c49-800d-46e1385dbd5f)
```
`The model and loaded state dict do not match exactly
size mismatch for roi_head.bbo…
-
Hello. I'm using ComfyUI on windows 11 PC. when i try to to do anything i get this error.
was working fine the other day i updated comfyui and my nvidia drivers.
any help would be appreciated.
Er…
-
```python
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets('MNIST_data', one_hot=True)
import tensorflow as tf
# model
x = tf.placeholder(tf.fl…
-
```
(Unidepth) hygx@DESKTOP-47Q8A9V:~/code/UniDepth$ python ./scripts/demo.py
Triton is not available, some optimizations will not be enabled.
This is just a warning: triton is not available
Torch…
JV-X updated
3 months ago
-
Thank you for your outstanding work on embodied multimodal navigation!
While trying to replicate OVON related experiments, I realized that the `DATA_PATH` in the [script](https://github.com/Ram81/g…
-
Hi ,
When using roberta-large-openai-detector for multiclass classification , I am getting below error:
`RuntimeError: Error(s) in loading state_dict for RobertaForSequenceClassification:
size mis…
-
你好!我成功地用你们的MMSA_run 训练出来了misa mosei 在models文件夹下的模型, 也用你们的fes 提出来新视频的特征。但是我运行mmsa_test时运行到最后报错。
这是我训练时用的命令
_python -m MMSA -d mosei -m misa --model-save-dir ./models --res-save-dir ./results_
这是我的…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Add support for running 1.5 model when some…