dbolya / yolact

A simple, fully convolutional model for real-time instance segmentation.
MIT License
5k stars 1.33k forks source link

NameError: name 'sympy' is not defined #813

Open Tiuuuuu opened 1 year ago

Tiuuuuu commented 1 year ago

When I detect an image,it reports: File "/home/cai/.local/lib/python3.10/site-packages/torch/_guards.py", line 79, in ShapeGuard expr: sympy.Expr NameError: name 'sympy' is not defined Who knows how to fix it? I appreciate it if you help me.

Tiuuuuu commented 1 year ago

I have resolved the problem:pip install sympy

Sanyam2104 commented 1 year ago

Hi ,

Can you please tell me how can i setup yolact++ ? I'm not able to build DCNv2 file

Tiuuuuu commented 1 year ago

Sorry,I can not currently.