Skip to content

Commit

Permalink
upgrade pyre version in fbcode/vision - batch 1
Browse files Browse the repository at this point in the history
Differential Revision: D55650143

fbshipit-source-id: 5fda0cb05e972abafe627bd882e318b410134f2f
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Apr 3, 2024
1 parent afe9eb9 commit b7c7f4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from collections import defaultdict
from enum import Enum
from typing import Any, Dict, Tuple
# pyre-fixme[21]: Could not find module `scipy.spatial.distance`.
import scipy.spatial.distance as ssd
import torch
import torch.nn.functional as F
Expand Down
1 change: 0 additions & 1 deletion projects/DensePose/densepose/vis/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import List, Optional, Sequence, Tuple
import torch

# pyre-fixme[21]: Could not find module `detectron2.layers.nms`.
from detectron2.layers.nms import batched_nms
from detectron2.structures.instances import Instances

Expand Down

0 comments on commit b7c7f4b

Please sign in to comment.