coralnet icon indicating copy to clipboard operation
coralnet copied to clipboard

Development of CoralNet.

Results 123 coralnet issues
Sort by recently updated
recently updated
newest added

See: https://groups.google.com/g/coralnet-users/c/zG7oRReu1Pk > After the 50 most common labels [in the validation set], the confusion matrix always groups the rest of the labels as 'Other'. I believe we cut off...

export

The changes in issues #107, #332, and #333 would ensure that we consistently ignore image EXIF orientation everywhere. That's certainly respectable, but then we might ask: would any CoralNet users...

enhancement
imaging

Dense prediction for coral image semantic segmentation

enhancement
low priority

I suppose this should be addressed sooner rather than later. Tagging for your input: @jbouwmeester @beijbom @kriegman To be clear, I think it's perfectly OK to allow any characters (of...

labels

This would add on top of the existing filters implemented a couple of years ago (issue #230). We already have ways to filter the list to verified vs. duplicate vs....

calcification

Prerequisite: #373 (summary stats) This applies to both percent coverage and calcification rate stats. - When a stats export is done over all images in the source, save the results...

export

Export functionality currently resides in the Browse Images page, in the Image Actions box (which you have to scroll down to see), and the word "export" is not actually visible...

export

I'm not a big fan of writing code, immediately saying it needs re-organization, and then putting off that re-organization until later... but well, that's exactly what I'm doing here. I'm...

labels
refactor

Experiment more with pre-computing and/or caching here. We're seeing maybe 40 seconds for the label list if viewing for the first time in a day, and 10-15 seconds for Turf's...

labels
performance

I was previously wondering if this would involve replacing `django-storages` with some other solution, but it turns out that `django-storages` just added boto3 support in August. (See their journey here:...

packages