johko / computer-vision-course

This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
MIT License
376 stars 124 forks source link

DRAFT - mdx for Synthetic Data Creation lung images #105

Closed kfahn22 closed 6 months ago

kfahn22 commented 7 months ago

This is a first draft for the section on generating lung images with DCGAN. Note that I am not thrilled with the quality of the lung images. I have started looking into Medfusion (which uses to diffusors) to see if the images can be improved, although not sure about the time-frame to implement.

lung_images

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 7 months ago

View / edit / reply to this conversation on ReviewNB

merveenoyan commented on 2023-12-09T05:04:06Z ----------------------------------------------------------------

Again, having dataset hosted at hugging face gives you a lot of convenience with one line:

python

from datasets import load_dataset

ds = load_dataset(DATASET_ID)


review-notebook-app[bot] commented 7 months ago

View / edit / reply to this conversation on ReviewNB

merveenoyan commented on 2023-12-09T05:04:07Z ----------------------------------------------------------------

I think seeing one or two should be enough :')


review-notebook-app[bot] commented 7 months ago

View / edit / reply to this conversation on ReviewNB

merveenoyan commented on 2023-12-09T05:04:08Z ----------------------------------------------------------------

I think it would be nicer if we could visualize every x epochs


kfahn22 commented on 2023-12-16T00:19:13Z ----------------------------------------------------------------

done