Zhuangfang Yi 依庄防
Zhuangfang Yi 依庄防
Thank you for sharing the news, @vpicavet. So sorry to hear this 💔 and R.I.P Olivier.
Hi @daniel-j-h, [Nvidia's blog](https://devblogs.nvidia.com/solving-spacenet-road-detection-challenge-deep-learning/) states that they use flood fill on SpaceNet Road Detection, I explored it for a day and try to see how it would work on Segmentation...
@chelm, pretty cool that you tried it out and filed the first issue ever on this repo. I fixed the dependencies on requirement.txt, do you want to give another try?
@paumillet, thanks for posting the issue. Can you make a pull request to the `requirement.txt` on what you've installed for `tensorflow` and `opencv-python`? The error you got was from the...
@AhmadAmmar, can you make sure that you're reading the data from the correct path?
It may cause by an incorrect image you read in when it's at the batch normalization, see this [stackoverflow issue](https://stackoverflow.com/questions/14861891/runtimewarning-invalid-value-encountered-in-divide). I've seen this error before and vaguely remember that I...
哈哈,谢谢你的赞赏, @chloe-hampton。 The error comes from the labels. Label Maker creates 3 color channel labels for preview purpose, and you have to reshape the numpy array from (256, 256, 3)...
Totally, Aimee. These are already multiple tickets out, [PPE needs/demands](https://github.com/covidcaremap/covid19-healthsystemcapacity/issues/45), and [supply](https://github.com/covidcaremap/covid19-healthsystemcapacity/issues/86). Generate visualization and reporting of the new metrics you listed above it's going to be super helpful. From...
Go back to what I've learned so far, @abarciauskas-bgse. Instead of using the accumulated confirmed cases, we can treat each confirmed case as an independent case, which: - 80% of...
These are super helpful and thank you for talking through the problem with your clinician friend, @daveluo.