<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>어쩌다 딥러닝 연구원</title>
    <link>https://shangom-developer.tistory.com/</link>
    <description>부족하지만 배워가며 성장하려는 사람</description>
    <language>ko</language>
    <pubDate>Mon, 13 Apr 2026 09:09:48 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>한샹곰</managingEditor>
    <image>
      <title>어쩌다 딥러닝 연구원</title>
      <url>https://tistory1.daumcdn.net/tistory/3740671/attach/6198faef282f456aa354d37cf41dbc8d</url>
      <link>https://shangom-developer.tistory.com</link>
    </image>
    <item>
      <title>how to solve pytorch inference slow problem on windows 10</title>
      <link>https://shangom-developer.tistory.com/12</link>
      <description>간단하게 이야기하자면
모델을 불러오는 모듈 내에서
torch.backends.cudnn.benchmark=True 를 선언하면 된다.
&amp;nbsp;
그러나 이것이 어느 환경에서 작용하는지 장담할 수 없다.
&amp;nbsp;
환경은 Windows10 + pytorch 1.8(nightly) + cuda 11.0 + cuDNN 80.04 의 조합이 사용중이다.
&amp;nbsp;
나는 Semantic Segmentation 모델을 적용한 어플리케이션을 windows 10..</description>
      <category>개발</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/12</guid>
      <comments>https://shangom-developer.tistory.com/12#entry12comment</comments>
      <pubDate>Wed, 13 Jan 2021 18:14:56 +0900</pubDate>
    </item>
    <item>
      <title>조립컴퓨터추천 - 니즈컴</title>
      <link>https://shangom-developer.tistory.com/11</link>
      <description>여기저기 조립컴퓨터 추천 검색해서 알아보다가&amp;nbsp;니즈컴이 뭔가 그나마 믿을만 해서 샀다. 가격도 생각보다 싼 편에 속했고.
&amp;nbsp;

요로코롬해서&amp;nbsp;조립컴퓨터 견적&amp;nbsp;니즈컴에서 맞춰서 네이버페이로 주문..! 네이버페이로 하면 좀 개꿀인듯ㅋㅋㅋ결제편해서
잘만하면 네이버포인트도 개꿀딱으로 쌓을수있다 ㅋㅋㅋㅋㅋ
&amp;nbsp;
&amp;nbsp;

&amp;nbsp;
&amp;nbsp;
택배가 무지막지하게 왔다. 박스에도 뽁뽁이를 해놨다... 하지만 이건 시작..</description>
      <category>IT 제품</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/11</guid>
      <comments>https://shangom-developer.tistory.com/11#entry11comment</comments>
      <pubDate>Fri, 26 Jun 2020 14:06:26 +0900</pubDate>
    </item>
    <item>
      <title>exif를 참조하여 반전/회전된 이미지 돌려놓기</title>
      <link>https://shangom-developer.tistory.com/6</link>
      <description>필자의 최근 업무는 스마트폰에서 찍어 서버로 전송된 데이터를 똑바로 회전시켜 주어 신경망에 줄 훈련 데이터를 정제하는 것이다.
&amp;nbsp;
맨 처음에는 일괄적으로 270도 회전을 시키는 것으로 생각했으나, 책임연구원님께서 Exif라는 포맷에 대해 알려주었는데, 이미지에 저장된 각종 정보들이다. 그 중 orientation이라는 정보가 포함되어 있는데, 아래의 이미지를 보면 이해할 수 있을 것이다.

값에 따라 F라는 글자가&amp;nbsp;
Exif가 무엇인지..</description>
      <category>개발</category>
      <category>exif</category>
      <category>exif orientation</category>
      <category>orientation</category>
      <category>rotate</category>
      <category>이미지</category>
      <category>이미지 반전</category>
      <category>이미지 회전</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/6</guid>
      <comments>https://shangom-developer.tistory.com/6#entry6comment</comments>
      <pubDate>Sat, 7 Mar 2020 12:47:13 +0900</pubDate>
    </item>
    <item>
      <title>Python OS 모듈 : 실무 코드로 알아보는 활용 예</title>
      <link>https://shangom-developer.tistory.com/5</link>
      <description>os 모듈을 잘 모르는 분들께 도움이 될 코드들이다. 남들이 이미 다 써놓은 os 모듈 글을 왜 쓰냐는 질문이 들어올 것 같은 자의식과잉 환자로써 말하자면, 개발일지 겸사겸사 쓰는 글이라고 봐 주시면 감사하겠다.
&amp;nbsp;
최근 신경망에 학습시킬 데이터를 분류하는 작업을 주로 해왔기 때문에 이 글을 쓰게 되었다.

os모듈의 함수들을 잘 활용하면 파일들을 일괄적으로 다루는 데 도움이 많이 된다.
os.listdir(directory_path) 함수는 ..</description>
      <category>개발</category>
      <category>comprehension</category>
      <category>os listdir</category>
      <category>os path isdir</category>
      <category>os path isfile</category>
      <category>os path join</category>
      <category>os 모듈</category>
      <category>Python</category>
      <category>디렉토리</category>
      <category>파이썬</category>
      <category>파이썬 디렉토리</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/5</guid>
      <comments>https://shangom-developer.tistory.com/5#entry5comment</comments>
      <pubDate>Sat, 7 Mar 2020 12:44:42 +0900</pubDate>
    </item>
    <item>
      <title>DeepLab V3 이해를 위한 이정표</title>
      <link>https://shangom-developer.tistory.com/4</link>
      <description>입사 후에 보니 회사 내에서 현재 처리해야 하는 프로젝트가 semantic segmentation를 활용해야 한다. 따라서 모델을 왜 쓰고 훈련을 어떻게 하고 inference는 어떻게 해야 할지 등을 알아야 한다.
&amp;nbsp;
이 글에서는 semantic segmentation 모델의 일종인 DeepLab V3를 왜 쓰는지 알아보기 위한 모든 것을 개인적으로 기록할 것이다. &amp;nbsp;책임님께서 주신 링크를 토대로 구글링을 해보는 식으로 진행되었다.
..</description>
      <category>개발</category>
      <category>ASPP</category>
      <category>Astrous Convolution</category>
      <category>Convolution</category>
      <category>Deep Learning</category>
      <category>deeplab</category>
      <category>Semantic segmentation</category>
      <category>xception</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/4</guid>
      <comments>https://shangom-developer.tistory.com/4#entry4comment</comments>
      <pubDate>Fri, 28 Feb 2020 12:08:23 +0900</pubDate>
    </item>
    <item>
      <title>Visual Studio code에서 Jupyter Notebook 사용하기 in Ubuntu</title>
      <link>https://shangom-developer.tistory.com/2</link>
      <description>&amp;nbsp;
입사한지 이주째, 개발환경을 세팅해야 한다.
개발환경 세팅. 코딩보다 열 배는 어렵다.
그리고 세상엔 원하는 대로 검색결과가 나오지 않기 때문에, 간단하게 정리해 다른 이에게 도움이 되었으면 한다.
&amp;nbsp;
절차는 크게 n가지로 요약된다.
1.VS code extension 설치
2.파이썬 virtualenv kernel jupyter notebook에 연결
3.VS code에서 jupyter server 및 kernel 연결
-----..</description>
      <category>개발</category>
      <category>ipykernel</category>
      <category>ipynb</category>
      <category>Jupyter Notebook</category>
      <category>Python</category>
      <category>ubuntu</category>
      <category>virtualenv</category>
      <category>Visual Studio Code</category>
      <category>VS Code</category>
      <category>개발환경</category>
      <author>한샹곰</author>
      <guid isPermaLink="true">https://shangom-developer.tistory.com/2</guid>
      <comments>https://shangom-developer.tistory.com/2#entry2comment</comments>
      <pubDate>Thu, 27 Feb 2020 15:00:22 +0900</pubDate>
    </item>
  </channel>
</rss>