Megvii-BaseDetection / Megvii-BaseDetection/BorderDet

BorderDet can not run on RTX 3090 GPU?

Open
#57 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
429
Forks
62
PR merge metrics
No merged PRs in 30d

Description

ubuntu18.04, pytorch: 1.7, python 3.8, cudatoolkit 11.0, RTX3090

I can compile cvpods successfully by running "python3 -m pip install -e cvpods"
when i run BorderDet, exception has occurred: import error at "from cvpods import _C" :
xxx/cvpods/cvpods/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: z39tree_filter_refine_backward_edge_weightRKN2at6TensorES2_S2_S2_S2_S2_S2_S2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the BorderDet run in the reported Ubuntu, Python, PyTorch, CUDA, and RTX 3090 environment after installing cvpods with the stated command. Inspect the cvpods import path and the compiled cvpods/_C extension around the reported undefined symbol. Done means BorderDet imports and runs without this _C loading error, or the supported environment and limitation are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
computer-vision
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.