> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/rapid/upload-data-to-rapid.md).

# Rapid にデータをアップロード

Roboflow Rapid を始めるには、まず次のいずれかをアップロードする必要があります:

* 識別したい対象物が含まれている短い動画、または;
* 識別したい対象物が含まれている画像を数枚。

デスクトップからデータをアップロードするか、ウェブカメラを使って写真を撮影したり、ブラウザ内で直接短い動画を録画したりできます。

Rapid に動画をアップロードすると、長さを 10 秒に切り詰めるよう求められます。

画像をアップロードする場合は、少なくとも 5 枚のアップロードをおすすめします。ただし、1 枚の画像からでも Rapid のプロトタイプモデルを作り始めることはできます。

### Rapid にデータをアップロードする方法

データをアップロードするには、Roboflow Rapid に移動し、動画または画像をウェブインターフェースにドラッグします。ファイルはその後処理され、アップロードされます。アップロードするファイルのサイズによっては、数分かかる場合があります。一般的なすべての画像・動画形式がサポートされています（例: 画像は JPEG、PNG、HEIC/HEIF、動画は mp4 と mov）。

アップロードしたデータは、その後 Rapid のインターフェースに表示されます:

<figure><img src="/files/d5beb773aaa95ac0a6b268ec6c1fcc3f4d150972" alt=""><figcaption></figcaption></figure>

データをアップロードすると、探している対象物を尋ねられます。ここで、識別したい対象物のラベルを入力してください。たとえば、画像内のトラックを見つけたい場合は、"truck" と入力します。また Rapid は、アップロードしたデータに関連するいくつかのクラスをページの "Try these" セクションで提案します。

複数のクラスを指定するには、"truck, car" のように各クラスをカンマで区切ってください。

識別するクラスを 1 つ以上設定したら、"Find My Objects" をクリックして Rapid モデルの作成を開始します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/rapid/upload-data-to-rapid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
