AllenNeuralDynamics / AllenNeuralDynamics/comb

Motion boundary

オープン
#12 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

**Describe the bug**
Not specifically a bug, but a doubtful result from one experiment.
osid 1301716302 opid 1301873001 has very large margin of motion border (102 in all 4 edges).
Valid ROI masks seem to be outside of this border.

![image](https://github.com/user-attachments/assets/5ed896c4-eea1-4b0b-a5a2-a651b2e2a869)

**To Reproduce**
motion_df = bod.get_motion_transform_csv()
x_border = [max(motion_df.x.max(), 0), min(motion_df.x.min(), -1)]
y_border = [max(motion_df.y.max(), 0), min(motion_df.y.min(), -1)]

Check motion_df

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

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

評価

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

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

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