전체 글
-
0917-detect프로젝트/catholic 2021. 9. 17. 22:02
오늘 할 거 github에 repository생성 고양이 얼굴만 검출해내서 폴더로 만들어두기(catface_detect.py)->haarcascade를 사용해서 돌릴랬는데 안 돌아감ㅜ그리고 생각해보니 얼굴만 검출해내면 안된다 고양이들 얼굴이 안 나오는 사진도 있음 모델을 다른 거 찾아봐야한다 얼굴 검출한 거 로컬에서 돌려서 로컬에 저장해두기 드라이브에 저장할까 생각해뒀는데 용량업다ㅎ detect부분 참고한 github https://github.com/haribaskar/CatDetection-HaarCascade/blob/master/cat_detector.py GitHub - haribaskar/CatDetection-HaarCascade: Detecting cats in images with Ope..
-
-
8~9주차-Image-to-Image Translation with Conditional Adversarial Networks교육/가짜연구소-반고흐전시전 2021. 9. 15. 11:04
https://arxiv.org/abs/1611.07004 Image-to-Image Translation with Conditional Adversarial Networks We investigate conditional adversarial networks as a general-purpose solution to image-to-image translation problems. These networks not only learn the mapping from input image to output image, but also learn a loss function to train this mapping. This mak arxiv.org Image-to-Image Translation with C..
-
-
-
최종프로젝트 ~4주차교육/프로그래머스 인공지능 데브코스 2021. 9. 14. 13:10
StyleCLIP global direction.py실행중~ choose image부분인가 real image랑 generated image고르는 부분에서 real image로 하면 차원이 안 맞는다고 에러뜸 latent vector를 자르니까 돌아는가는데 왜 에러뜰까?하라는대로 인코더.pt도 만들고 pkl도 만들었는디 훔 StyleCLIP 실행하려면 e4e에서 데이터셋으로 인코더 pt파일 만들고 stylegan2-ada/stylegan2(텐서플로우O, 파이토치X)로 pkl파일 만들기
-
0912-unsupervised image segmentation프로젝트/catholic 2021. 9. 12. 23:22
생각해보니까 7146개를 라벨링하기엔 너무 많다 unsupervised image segmentation으로 새로 검색 중 https://github.com/facebookresearch/detectron2 https://paperswithcode.com/task/unsupervised-image-segmentation Papers with Code - Unsupervised Image Segmentation paperswithcode.com 데이터 훈련할 수 있게 bounding box로 데이터 정제부터 해놔야할듯 고앵이 bounding box는 어찌 만들 수 있을까 https://github.com/meenavyas/Misc/blob/master/CatFaceDetectionOpenCV.ipynb h..