hzxie / RMNet

The official implementation of "Efficient Regional Memory Network for Video Object Segmentation". (Xie et al., CVPR 2021)

Home Page:https://haozhexie.com/project/rmnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import torch error

longmalongma opened this issue · comments

image
Thank you for your great work. I found your code stuck on the Import Torch line, but my environment was able to run other code. Do you know why?

Please provide more error logs or stacktrace.

I don't think the problem is related to our project.

I don't think the problem is related to our project.

I can import torch when I use the command line to enter Python, but I'm stuck in the import torch line when I run codes. Why?My environment should be fine, because I can run other codes.
image

It seems that the code in the screenshot does not belong to our project.

Therefore, all codes in your Python environment can not run normally.

Therefore, all codes in your Python environment can not run normally.

Thanks for your help. I got it!