Skip to content

Commit

Permalink
To make different spconv version compatible for focalsconv (open-mmla…
Browse files Browse the repository at this point in the history
…b#1034)

* To make different spconv version compatible for focalsconv
  • Loading branch information
jihanyang authored Jul 19, 2022
1 parent 8c6e889 commit c233477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch
import torch.nn as nn
import spconv.pytorch as spconv
from pcdet.utils.spconv_utils import spconv
from pcdet.ops.roiaware_pool3d.roiaware_pool3d_utils import points_in_boxes_gpu
from pcdet.models.backbones_3d.focal_sparse_conv.focal_sparse_utils import split_voxels, check_repeat, FocalLoss
from pcdet.utils import common_utils
Expand Down
2 changes: 1 addition & 1 deletion pcdet/models/backbones_3d/spconv_backbone_focal.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from functools import partial

import torch
import spconv.pytorch as spconv
from pcdet.utils.spconv_utils import spconv
import torch.nn as nn

from .focal_sparse_conv.focal_sparse_conv import FocalSparseConv
Expand Down

0 comments on commit c233477

Please sign in to comment.