We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf5a0 commit 699bc67Copy full SHA for 699bc67
pytorch3d/implicitron/dataset/orm_types.py
@@ -4,6 +4,8 @@
4
# This source code is licensed under the BSD-style license found in the
5
# LICENSE file in the root directory of this source tree.
6
7
+# pyre-unsafe
8
+
9
# This functionality requires SQLAlchemy 2.0 or later.
10
11
import math
pytorch3d/implicitron/dataset/sql_dataset.py
import hashlib
import json
import logging
pytorch3d/implicitron/dataset/sql_dataset_provider.py
import os
0 commit comments