InternRobotics / InternRobotics/MeshCoder

[Request] Environment setup challenges & Request for Dockerfile for reproducible inference

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

まだ誰も着手していません。

主要言語
Jupyter Notebook
スター
534
フォーク
29
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi MeshCoder team,

First of all, thank you for this impressive work! I am very excited to try out the inference_shape2code_point_input.py script with the Llama-3.2-1B model.

However, I have encountered a series of environment compatibility issues while trying to set up the dependencies following the current documentation. It seems that the version constraints between torch, peft, transformers, and pytorch3d are quite strict and somewhat conflicting in a standard setup.

Here is a summary of the issues I faced:

  1. Version Incompatibility: Conflicts between peft and transformers (e.g., ModuleNotFoundError: No module named 'transformers.modeling_layers') and issues with LossKwargs imports when using Llama 3.2.

  2. Binary Mismatches: torch-scatter and pytorch3d required manual recompilation or specific wheels to match the PyTorch version, which caused undefined symbol errors.

  3. Missing System Libraries: The inference script (relying on OpenCV and Blender) failed multiple times due to missing Linux libraries in a standard container environment (e.g., libGL.so.1, libXi.so.6, libxkbcommon.so.0, etc.).

Suggestion:

To make it easier for the community to reproduce your results and avoid "dependency hell," would it be possible to provide an official Dockerfile?

A Docker image containing the correct versions of PyTorch, PyTorch3D, pre-compiled binaries, and all necessary system-level libraries would be incredibly helpful.

Thank you for your time and for open-sourcing this project!

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

調査の方向性

まず現在のドキュメントを確認し、Llama-3.2-1Bモデルで inference_shape2code_point_input.py を実行して、報告されている依存関係およびライブラリ不足の失敗を再現します。PyTorch、PyTorch3D、関連パッケージの互換性のあるバージョンと、必要なシステムライブラリを公式の Dockerfile とイメージで定義し、推論を再現可能な形で実行できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
blender, docker, linux, opencv, python, pytorch
領域
computer-vision, devops, machine-learning
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

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

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