Merged
Conversation
- get_multi_modal_video_audio_tasks() - find_multi_modal_video_audio_task() - create_multi_modal_video_audio_task() - update_multi_modal_video_audio_task()
create/updateは未実装のためgetのみ残す。 - create_multi_modal_video_audio_task を削除 - update_multi_modal_video_audio_task を削除
Contributor
Author
アノテーション時間計算Colab の対応コード案
変更箇所1.
|
rikunosuke
reviewed
Mar 12, 2026
Contributor
rikunosuke
left a comment
There was a problem hiding this comment.
readme.md と example/... の記載をお願いします🙇
中身は完璧だと思います!
- READMEにget/findメソッドの使用例を追記 - get_multi_modal_video_audio_tasks()のサンプルコードを追加 - find_multi_modal_video_audio_task()のサンプルコードを追加
Contributor
Author
|
@rikunosuke |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
サマリ
概要、背景
Issue #10900 の対応。マルチモーダル(動画-音声)プロジェクトタイプのタスク情報を Python SDK 経由で取得できるようにする。
アプリ側 PR: https://github.com/fastlabel/fastlabel-application/pull/10902
やったこと
get_multi_modal_video_audio_tasks— 一覧取得メソッド追加find_multi_modal_video_audio_task— 単一取得メソッド追加やれていないこと、妥協点
テスト
変更の意図に沿った基本動作が確認できている
get_multi_modal_video_audio_tasks(project="my-project")でタスク一覧が取得できるfind_multi_modal_video_audio_task(task_id)でタスク単体が取得できる関連リンク
アプリ側PR: https://github.com/fastlabel/fastlabel-application/pull/10902