python
python


Author Comment Last activity Moderation
amirberAgain "This example can now be run as a colab iPython notebook! https://colab.research.google.com/drive/1yC5VNCi2gfwMr57jMXkK5CN51nosKONk " | Read more » over 6 years ago
amirberAgain "Hi @Tech4gt, Sorry for taking so long to get back to you. It sounds like you have a good idea on how to approach this problem. But I think that wri..." | Read more » over 6 years ago
warren "Hi! I'm not sure why it's inverted ... maybe it's more stable? A good question to ask @partsandcrafts folks. We've been having a lot of success wi..." | Read more » over 6 years ago
MaggPi "Mr Warren, -That would be great! Not sure if I can do anything more but take some pictures but happy to try. Initial questions: -Please note, I o..." | Read more » over 6 years ago
tech4gt "@amirberAgain I have come up with a system for our JS project to achieve basic particle detection, this is my first attempt, please provide your re..." | Read more » over 6 years ago
warren "Hi, @maggpi -- what do you think of trying this out with one of our microscope stage prototypes? Could we send you some parts to test it out with a..." | Read more » over 6 years ago
stevie "@stevie awards a barnstar to MaggPi for their awesome contribution! " | Read more » over 6 years ago
warren "Wow! @stevie, check it out! " | Read more » over 6 years ago
amirberAgain "BTW FYI: I started looking in to contur operations on selected particles as a way to evaluate how round or jagged each particle is, more here: http..." | Read more » over 6 years ago
stevie "I think that sounds good! " | Read more » over 6 years ago
tech4gt "@stevie so i can start with assuming a scale and then later we can modify the code to incorporate the slide generation maybe? " | Read more » over 6 years ago
stevie "For the microscope images, I don't think all the slides have a scale on them. It's not part of the setup to get it up and running, but you could us..." | Read more » over 6 years ago
tech4gt "@stevie is the scale already attached on the input image? " | Read more » over 6 years ago
stevie "Hi! Yes! Particle size is of interest, also shape, as mentioned (round vs. jagged) is interesting as well. Adding in @dswenson and @partsandcrafts..." | Read more » over 6 years ago
tech4gt "@stevie can you please guide me a little here, what are the exact data we are looking for from the image and is the scale already attached on the i..." | Read more » over 6 years ago
amirberAgain "Here's an intro the Pytourch, one of the more popular ML/AI frameworks which could be relevant for this project! https://github.com/bayesianio/appl..." | Read more » over 6 years ago
tech4gt "Oh, thanks a ton :D " | Read more » over 6 years ago
amirberAgain "@tech4gt I think @stevie or one of the Microscopy group participants will be able to better explain what they are looking for. I believe a list of ..." | Read more » over 6 years ago
Bronwen "Thanks for posting, @MaggPi, this project looks really exciting! We've linked to it on some of our social media, to give it some attention, but if ..." | Read more » over 6 years ago
tech4gt "@amirberAgain can you please also tell me the data we want to extract from the image, like area or number of particles, also will the input image a..." | Read more » over 6 years ago
amirberAgain "Sorry, but I don't think this will provide with an "out of the box" solution. I noticed that the reference I gave you was not the right one, have a..." | Read more » over 6 years ago
tech4gt "@amirberAgain i found this library, can this be of help https://github.com/PorkShoulderHolder/morph " | Read more » over 6 years ago
tech4gt "@amirberAgain What metadata are we trying to get from the image, like are or perimeter? Also will the scale be already attached to the image, that ..." | Read more » over 6 years ago
amirberAgain "@tech4gt note that the canny edge detection is an initial important part of a process. Extracting the actual location and sizes are found using the..." | Read more » over 6 years ago