cultionet icon indicating copy to clipboard operation
cultionet copied to clipboard

Image segmentation of cultivated land

Results 16 cultionet issues
Sort by recently updated
recently updated
newest added

These are the changes I've made regarding the data augmentation. The change in create is what I believe is the appropriate change to fix the time series error I was...

I just encountered an error doing a prediction on a test image. It seems to be a result of the test image shape being just barley bigger than a multiple...

This may not be cool, I have added a weighted averaging to the Norm Values (since my epochs are all on different data) It definitely has some problems associated with...

allows for some pathing changes in the predict_image and persist_dataset functions which can be set from the cli

I run into the following error running 'cultionet create' with exactly one veg index. It can be avoided by not doing any time augmentations. I have also gotten the error...

I get the following error running "cultionet create", updating Numpy fixes the error, but I am not sure if that update causes my other issues. Traceback (most recent call last):...

I don't think that this affects functionality, but I did come across it. When calling EdgeDataset, if I call ds = EdgeDataset(root = data_directory_path) where data_directory has the structure data_directory:...

I get the following error when running 'cultionet train'. It can be fixed by changing (Line 83) every_n_val_epochs -> every_n_epochs in model.py Traceback (most recent call last): File "/home/matthew/.pyenv/versions/cultionet2/bin/cultionet", line...

It would be useful if it were mentioned in the documentation that regions have to be 6 digits with 0's as place holders.

The model allows me to use data of any shape (HxW) for prediction, but for training I have had issues trying to train the model on data of different dimensions....