AllenNeuralDynamics / AllenNeuralDynamics/comb
Motion boundary
Ouverte
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**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.

**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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.