0ssamaak0 / DLTA-AI

Data Labeling, Tracking and Annotation with AI
GNU General Public License v3.0
301 stars 38 forks source link

Upgrade Pytorch to 2.x #64

Open 0ssamaak0 opened 7 months ago

0ssamaak0 commented 7 months ago

The current version 1.2 is using pytorch 1.13.1 and mmcv 1.7.0 when upgrading to pytorch 2.x some users face some issues

The suggested action is to remove mmcv as a main dependency, and be optional when using any model of mmdetection library, and use the lastest version which is compatible with pytorch 2.x