-
### 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…
-
Hi Zhirong:
Very impressive paper and code. Could you share the code and practice for the object detection part. I am keen to learn how detection part is linked with unsupervised classificat…
-
- https://arxiv.org/abs/1808.04593
- 2018
教師なし学習は、今日のコンピュータビジョンにおける最も困難な課題の一つである。
この課題は、ラベルの付いていない動画を比較的低コストで大量に収集できるため、人工知能や新技術への応用など、実用的な価値が非常に高い。
本論文では、単一の画像内の主要な前景オブジェクトを検出するという文脈で、教師なし学習問題に…
e4exp updated
3 years ago
-
## 論文リンク
- [arXiv](https://arxiv.org/abs/2011.09094)
## 公開日(yyyy/mm/dd)
2020/11/18
CVPR 2021
## 概要
## TeX
```
% yyyy/mm/dd
@inproceedings{
dai2021up,
title={UP-DETR: Unsuper…
-
In the AI and ML curriculum, there are critical topics which are missing such as :
- Computer vision and practical use cases such as Object detection, object recognition, pose estimation etc.
- Natu…
-
- https://arxiv.org/abs/2106.04550
- 2021
近年,教師なしの事前学習は,物体の検出をはじめとするコンピュータビジョンのタスクに有効であることがわかっている.
しかし、これまでの教師なしのアプローチは、オブジェクトのローカライズという検出の重要な側面を扱うように設計されていません。
ここでは、領域プライアを用いたTRansformersによる物体検…
e4exp updated
3 years ago
-
[Paper](https://arxiv.org/abs/2011.09094)
[Code-pytorch](https://github.com/dddzg/up-detr)
**Authors:**
Zhigang Dai, Bolun Cai, Yugeng Lin, Junying Chen
The Chinese explanation fr…
XFeiF updated
3 years ago
-
I wanted to try on a .jpg.
`training_image = dt.LoadImage("train\\B1_1_Image001_ICC_rotate.jpg")() /256
plt.imshow(training_image)
plt.axis("off")`
But when i run:
model = dt.models.LodeSTAR(i…
-
The author claims in their paper that their method is unsupervised method. Actually, as in stated in the paper, the author use clean GT as supervision. if I miss something, could you explain it?
-
**Short Description**
Baseline models for end-to-end semantic segmentation of 3D LiDAR point clouds, specifically (but not limited to) the detection and categorization of instances of interest, suc…