Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Update (or remove) command line interface

オープン
#3,381 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@deruyter92 がすでに取り組んでいます。

2026年6月24日 から。

  • #3456 @deruyter92 による — オープン

評価

この issue はまだ評価されていません。

説明

feature request

Summary

deeplabcut/cli.py is currently stale/unmaintained/outdated and not integrated with the PyTorch-first API. The Click-based CLI exposes workflow commands (create_new_project, extract_frames, train_network, analyze_videos, etc.) that currently bypass deeplabcut.compat and call pose_estimation_tensorflow directly, so they do not follow engine selection used by the public API.

In addition:

  • cli.py is not really documented or tested
  • click is not declared in pyproject.toml dependencies
  • version banner prints deeplabcut v0.0., and --verbose is unused

Proposed direction

  • As our documentation primarily mentions the python API and GUI as entry points, we should consider removing cli.py. It is currently not functional and can lead to confusion.
  • We could decide (e.g. after dropping TensorFlow) to create a new command line interface that matches the PyTorch API. This does not necessarily have to use Click - there are good alternatives (e.g. Typer).
主要言語
Python
スター
5.8k
フォーク
1.8k
平均マージ
3日 18時間
マージ済み PR(30日)
29

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

DeepLabCut/DeepLabCut のほかの issue

DeepLabCut/DeepLabCut の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。