identxxy

Results 3 issues of identxxy

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug

The condition here should be **not the same** && **not in blind**, but missing a pair of () to group **not the same**.

To my understanding, in the code, the tracking loss is **opacity** * **L1 loss** * **a complicated mask (silhouetee)** , but in the paper, it is simply **L1 loss**. In...