-
请问一下哈,我的数据集分为背景,还有另外两种目标,我应该如何设置我的numclass,如何命名数据集呢,数据集如何调整,我把image和mask都设为三通道,运行会报错
-
`classification[mask_neg][val_locs] = -1` 这一句代码好像不会改变原 `classification` 的值。
我做了下面的测试
```python
import numpy as np
x = np.array([1,2,3,4,5,6])
print(x) # [1 2 3 4 5 6]
mask =…
-
Hello,
we have noticed some unexpected behaviors when fine-tuning a llama 3 model on 1 gpu and when fine-tuning the same model on the same data set with 2 gpus in parallel mode. See the attached te…
-
Hi,thank you for your open source classification task.
As for the experiment of object detection task in the paper, I am very confused.
In the appendix, it only mentioned "using standard Cascade M…
-
Hello, regarding the two example configurations mentioned in the README file, gcn_reddit_sample.cfg and gcn_cora_sample.cfg. I can run the latter normally, but the path for the former shows an issue. …
-
Show mask data on the first exercise, cell classification, in addition of the bounding boxes
-
### Feature request
In Wav2Vec 2.0, the first few convolution layers affect the attention mask. Thus, if I want to use all Wav2Vec 2.0 outputs (last_hidden_state), I need access to the updated attent…
-
Hi,
Sorry that I posted AutoTract-related issue into the dtiplayground forum, but hopefully there might be someone who can help me with the problem.
When I am running AutoTract, the final result…
-
Before asking my question, thank you for sharing your work!
I found that color augmentation is deterministic in your classification code.
In classification code(cls/dalib/modules/masking.py li…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…