AllenNeuralDynamics / AllenNeuralDynamics/comb

Motion boundary

未关闭
#12 0 条评论 0 个 reaction 已指派 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 摘要。