일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- conda 기초 설정
- conda base 기본 설정
- window netstat time wait 제거
- 실행중인 포트 죽이기
- 3000 port kill
- conda base 활성화
- conda 가상환경 설정 오류
- 오블완
- 려려
- 티스토리챌린지
- time wait port kill
- Today
- Total
목록전체 글 (199)
모도리는 공부중
github.com/ZZANZU/YOLO-convert-txt-2-xml/blob/master/convert_txt_2_xml.py ZZANZU/YOLO-convert-txt-2-xml darknet txt to darkflow xml. Contribute to ZZANZU/YOLO-convert-txt-2-xml development by creating an account on GitHub. github.com hongsstorage.blogspot.com/2019/06/yolo-txt-tensorflow-xml.html

dlerror: cudart64_110.dll not found (project) D:\3rd_Deep\keras-retinanet-master>python keras_retinanet/bin/train.py --gpu=0 --epochs=10 --steps=1000 --workers=0 csv D:/3rd_Deep/reinanet_modeling/annotation.csv D:\3rd_Deep\reinanet_modeling/classmapping.csv 2021-04-07 16:20:13.646084: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cudart64_110.dll..
lv99.tistory.com/6 3. 데이터셋 만들기 데이터셋 만들기 (데이터가 있다고 가정했을 때,) 데이터셋을 만드는 과정은 크게 두 단계로 나눌 수 있습니다. subsample split supsample은 갖고 있는 데이터에서 일부를 떼내는 작업입니다. 이 과정 lv99.tistory.com buttercoco.tistory.com/32 python으로 동영상 정보 확인하기(feat. PyAV) 안녕하세요 coconut입니다. 회사일을 진행하던 중 작업에 동영상 정보를 확인할 일이 생겨서 python으로 동영상을 읽어서 정보를 열람하는 것을 포스팅하게 되었습니다. 우선 동영상을 읽어올 수 buttercoco.tistory.com
ffmpeg -ss [start_time] -t [duration] -i [input_file] -r [frame/sec] -s [width*height] [output_file] -ss : start_time -t : duration (지속시간으로 사용하고 싶을 때 사용) -to : end_time (끝시간으로 지정하고 싶을 때 사용) -i : input_file -r : 가져올 frame/1초당 -s : 너비*높이 (설정하지 않으면 영상 원본 크기로 가져온다) 실제 사용 예 : ffmpeg -ss 00:02:35.2 -t 00:02:42.4 -i 26-2_left_winter.mp4 -r 3 -s 3840*2160 26-2_winter\assult_left%d.jpg 참고한 블로그 ↓ ffmpeg로 ..

www.debugcn.com/ko/article/26570117.html 폴더에있는 모든 비디오의 초당 프레임 추출 - DebugCN 이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오. 침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제 www.debugcn.com www.nuno21.net/bbs/board.php?bo_table=php&wr_id=158 동영상을-올렸을-경우-이미지-추출ffmpeg-ffmpeg-php-등-설치되어 http://www.boramchan.co.kr/bbs/board.php?bo_table=tiptech&wr_id=43&pag…[156] # 동영상을 올렸을 경우 이미지 추출(ffmpeg, ffmpeg-php 등 설치되어 있다고 가..