HOME (207) 썸네일형 리스트형 Learning 종류 보호되어 있는 글입니다. [SMART] Frame Selection for Action Recognition 보호되어 있는 글입니다. [3DCNN] CSN: Video Classification with Channel-Separated Convolutional Networks 논문 리뷰 참고 자료 : Group Convolution : AlexNet 참조 / Depth Convolution : MobileNet 참조 Group Convolution : https://aifpga.tistory.com/entry/Grouped-Convolution-Dilated-Convolution Regulation : https://daeson.tistory.com/184 Grouped Convolution, Dilated Convolution Intro CNN 을 실제 HW 로 구현하려면 엄청난 MAC 량을 마주할 수 밖에 없습니다. 이는 빠른 detection 이 가능하다고 했던 YOLO 에서도 마찬가지 입니다. 하여 현업에서 네트워크를 학습 및 구현하려고 할 aifpga.tistory.com 18.. [Flutter/개발일지7] Get to know Firebase for Flutter 리뷰 보호되어 있는 글입니다. 심리학개론 총정리 보호되어 있는 글입니다. [3DCNN] TSM: Temporal Shift Module for Efficient Video Understanding 해석 리뷰 ABSTRACT 폭발적인 비디오 스트리밍의 증가는 비디오 understanding에 대한 높은 정확도와 낮은 계산비용에 도전을 불러왔다. 2D CNN은 계산비용이 적지만 시간적인 정보는 가져오지 못한다; 3D CNN은 계산집약적이여서 비용이 만만찮다. 따라서 위 논문에서는 일반적이고 효과적인 Temporal Shift Module 을 고성능과 고효율 모델로 추천한다. TSM은 2d의 복잡도로 3D의 퍼포먼스를 낸다. 전형적인 서론... TSM은 시간축을 따라 채널의 일부를 이동시킨데 이것 덕분에 인접 프레임과 정보 교환이 쉬워진다. It can be inserted into 2D CNNs to achieve temporal modeling at zero computation and zero paramet.. [Flutter/개발 일지 5] Building beautiful UIs with Flutter 5번째 일지 22년 03월 18일 구글에서 제공하는 플러터 UI관련된 작은 프로젝트?를 따라하며 공부하는 시간을 가졌습니다. https://codelabs.developers.google.com/codelabs/flutter#0 Building beautiful UIs with Flutter | Google Codelabs Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you learn how to build a Flutter UI from the ground up in an.. [Flutter/개발 일지 4] Building layouts 일단 따라하며 해석하기 1편 4번째 일지 22년 03월 17일 수업 때 한 번 짚어갔던 부분을 다시 짚으며 공부하는 시간을 가졌습니다. 요약 코드는 더보기로 접어놨습니다. EdgeInsets.all : 특정부분에 여백을 줄 때 사용 .all은 모두 .only(bottom,top,left,right)등 가능 crossAxisAlignment / mainAxisAlignment : 크로스는 지금 방향과 역방향, 메인은 현 방향과 같은 방향 softWrap : 텍스트가 영역을 넘어가면 자동으로 줄 바꿈을 할 것인가 물어보는 것 플라터 Building layouts 링크 Building layouts Learn how to build a layout. docs.flutter.dev Step 1: Diagram the layout 첫 번째 .. 이전 1 ··· 11 12 13 14 15 16 17 ··· 26 다음