Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
92 stars 7 forks source link

allow batch_list to batch tensors with different children #304

Closed jsalotti closed 1 year ago

jsalotti commented 1 year ago

Add an argument to aloscene.batch_list, allowing to batch tensors with different children or properties with different values. Closes #272

Note: this will not drop unmergeable children, because by definition they allow that some tensors have None values for a child before merging


This pull request includes

jsalotti commented 1 year ago

@Data-Iab Unittests have been added ; and an error fixed. The branch is now ready to be merged.