-
Hi, I am trying to implement CrowdDet on my own. However, I wonder what's your strategy when handling multiple class detection? In your code `fpn_roi_target.py`, I notice that you simply take the top-…
-
```python
from sklearn.linear_model import LogisticRegressionCV
from sklearn import datasets
iris = datasets.load_iris()
LogisticRegressionCV(scoring="f1").fit(iris.data, iris.target)
```
This…
-
Many thanks to the contributors for open-source the project, which I was very interested in, providing a solid torch experiment flow.
The following error is reported in this example as to what is t…
-
We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction b…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
It looks to me like the decision trees use ``accuracy_score`` for their ``score`` but ``accuracy_score`` doesn't document that it's supporting ``multiclass-multioutput`` which the trees do.
~~I gue…
-
## Information
The question or comment is about chapter:
* [ ] Introduction
* [* ] Text Classification
* [ ] Transformer Anatomy
* [ ] Multilingual Named Entity Recognition
* [ ] Text Genera…
-
시각 장애인들을 위한 온라인 쇼핑몰 개발로 주제 결정
- 쇼핑 아이템은 쿠팡에서 크롤링하는 것으로 정함. 쿠팡 정책 상 가장 싼 것만 상단에 올리고 나머지는 무시하므로, 소비자 맞춤형 최적화된 플랫폼
- 시각장애인을 위한 웹 앱, 단순 VQA 리서치보다는 직접 웹사이트를 만들어서 데모를 시연하는 것이 좋다고 결정
각자 크게 역할을 정하고 그에 맞…
-
- [ ] [dspy/README.md at main · stanfordnlp/dspy](https://github.com/stanfordnlp/dspy/blob/main/README.md?plain=1)
# dspy/README.md at main · stanfordnlp/dspy
## DSPy: _Programming_—not promp…
-
## Description
Dear all, following the [tutorial](https://github.com/indhub/mxnet/blob/e5b89cf9d7c35ac749ed14b54c0faa6dfffa15ef/example/distributed_training/README.md) on distributed training (whic…