coffeegrindsize
coffeegrindsize copied to clipboard
Detects the individual coffee grounds in a white-background picture to determine particle size distribution
I have been unable to test this, since I don't know how to repackage the app. But I simply removed the "initialdir=self.output_dir" argument from the filedialog.ask* calls. According to stackoverload,...
The particle detection could be automated (and user to user bias removed) with an instance segmentation algorithm instead of thresholding. Given enough time and images, i can implement and train...
Running on Arch Linux, Particle Detection fails with the following error: ``` Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.9/tkinter/__init__.py", line 1892, in __call__ return self.func(*args) File...
Using this code to looking into some Weibull distribution analysis of coffee grounds based on Brown & Wohletz (1995) and I found the factor 4/3 missing in the volume estimation...
I found this project very useful, but hard to use for non-english speakers. So I made rough user guide for other Korean fellows. 간단하게 한국어 사용설명서를 만들었습니다. https://github.com/im-hjk/coffeegrindsize
Can't open the app on Mac with BigSur 11.1 (security settings have been changed, not the issue)
I'm not able to create a histogram after Particle Detection step: ``` Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.9/tkinter/__init__.py", line 1892, in __call__ return self.func(*args) File...
The installation guide describes the "hard way" to get around the "unidentified developer" issue. It's easier to just Ctrl-click (or right-click) the app in Finder and select Open from the...
While I think this is an awesome tool, the real value would be in gathering and aggregating as much of this sort of data together as a community. If we...