-
SMOID这篇论文利用了一个共轴光学系统建立了一个SMOID的数据集,所以不应该是只能在SMOID这个数据集上测试吗?您是如何在自己创建的DAVIS数据集上测试SMOID模型的?
-
I'm trying to export the model into `.onnx`.
Here's my code:
```python
import torch
model = torch.hub.load('facebookresearch/dinov2', 'dinov2_vits14').to('cuda:0')
model.eval()
# Generat…
dnth updated
8 months ago
-
When using **PhotoMake**r for the first time:
```
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
```
Per ChatGPT4:
>
>
> Th…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **opencv/4.5.1** && **opencv/4.5.0**
* Operating System+version: **Linux Ubuntu 18.04** (spec…
-
Hi, I'm trying to apply a z-score normalization in my RGB data. I am applying the following transforms:
```
self.vgg_transforms = transforms.Compose([
transforms.RepeatChannel(repeats…
-
Hello,
Is there an easy way to compute the pose of a custom object in real time from a webcam stream for example ?
Thanks !
-
Hi,
I'm interested in running a 3D VGG on a CT dataset (single channel).
I want to classify the images into 3 classes (0, 1, or 3).
I did not understand how the label_category_dict works.
How to s…
-
Hi, can someone help me? I have errors when I run bash run-demo.sh.
**My python version is 3.8.16,
Torch : 2.0.0+cu118**
Ubuntu : 22.04
```
Traceback (most recent call last):
File "train.p…
-
It seems that there there is a new version of our @earth_relief.
https://topex.ucsd.edu/pub/srtm15_plus/
https://topex.ucsd.edu/pub/srtm15_plus/SRTM15_V2.5.nc
-
The training stopped in the middle of epoch 25 (out of 30) and I got this error message:
ERROR: Unexpected segmentation fault encountered in worker.
Traceback (most recent call last):
File "/us…