Christoph Rieke
Christoph Rieke
Hi @livan3li looks very much like a typical rasterio/gdal installation issue on Windows. Would recommend that you manually install the rasterio wheels before installing the package. Download the [rasterio wheels](https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio)...
Just convert to COCO json format, that is much easier and FCIS also works with COCO. Conversion to VOC format is a lot more difficult and there is no library...
@liangzhicong456 Hi, I finally uploaded my [preprocessing script](https://github.com/chrieke/InstanceSegmentation_Sentinel2/tree/master/preprocessing) for the image cutting and cocojson conversion. Currently adding the rest of the project code and will convert the preprocessing code to...
Can confirm that. The bbox deltas drop to Nan after a short while. Tried to figure it out but I gave up, just enabled it for now. Should be added...
".../valminusminival2014/e2e-0008.params" is your model you want to test on but it doesn't exist. Look in the output folder which .params file actually exist, maybe you didn't train until the 8th...
Do you mean smoother boundaries or more accurate segmentation? The parameters under TEST in the .yaml config pretty much all only affect which proposals are selected. I guess a more...
The different colors don't indicate different classes, that is just so that you can differentiate them. They are all proposals of the fire hydrant class. Usually it would display all...
Great idea, I will look into it! Maybe it can just be a json text field with an export/import button, hidden under an expander.
Hi @BlakeatFrasers not sure about this, seems to related to pandas / geopandas dataframe. Could you check your osmnx / pandas / geopandas installation? What happens if you print aoi...
``` ::: classA selection: members: - method_a - method_b inherited_members: True ``` Would `inherited_method_a` be included or not? Good question, yes, intuitively I would say that this would mean that...