mnboos / osm-instance-segmentation

Change Detector from Image to Vector - This project is about finding changes in vector data from orthophotos (i.e. aerial imagery) using deep learning.
GNU General Public License v3.0
19 stars 10 forks source link

qgis3 does not show the plugins deep_osm button #3

Open huanghesheng2012 opened 5 years ago

huanghesheng2012 commented 5 years ago

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

mnboos commented 5 years ago

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%