osm-instance-segmentation icon indicating copy to clipboard operation
osm-instance-segmentation copied to clipboard

qgis3 does not show the plugins deep_osm button

Open huanghesheng2012 opened this issue 5 years ago • 1 comments

I have done,installed your deep-osm by opening a cmd in the plugin folder and running the following command,

mklink /D "%userprofile%/.qgis2/python/plugins/deep_osm" %cd%

in my users folder, there create a new fold named osm-instance-segmentation-master and a 0 kb deep_osm .symlink

C:\Users\huang\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\osm-instance-segmentation-master

huanghesheng2012 avatar May 25 '19 13:05 huanghesheng2012

This plugin probably won't work with QGIS 3, it was developed with / for QGIS 2. You could try it, by changing the installation command to:

mklink /D "%appdata%\QGIS\QGIS3\profiles\default\python\plugins\deep_osm" %cd%

mnboos avatar May 27 '19 05:05 mnboos