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: D55200378

fbshipit-source-id: ff3bd1a2041fb4295b1eceacad4fec7a3182121c
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Mar 22, 2024
1 parent cc9266c commit eb96ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
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: 1 addition & 0 deletions projects/DensePose/densepose/vis/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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 eb96ee1

Please sign in to comment.