미국 셀프계산대 도둑 이슈
https://youtu.be/nb_Ido_Gl3Y?si=YTcQ91MmFSazFbDS 이거 hand tracking이랑 HOTR (human object interaction Detection), 계산대 API랑 연동해서 범죄 현황을 특정하고출구에 CCTV 하나달고 re identification 모듈을 통해 범죄자 감지하면 괜찮지 않을까? 시나리오 1. 결제를하고 바로 취소 버튼을 누르고 반품이나, 행동없이 담아서 가져간다 -> 범죄현황2. 다른 물건으로 결제버튼을 눌렀지만 더 비싼 제품을 결제한것처럼 속였다 -> 범죄현황3. 돈통에서 돈을 더 빼갔다. -> 이건 카드결제를,, ㅠ4. 스캔하는 척만하고 물건을 옮긴다 -> 범죄현황
2024.08.14
카페에서 너 왜 색이 옅어?
결제를 하려고 보니 결제 버튼이 색이 옅어서뭐 잘못누른줄알았다UI적인 개선이 필요해보였다.
2024.08.11
2024 읽고싶은 논문 List
Occupancy as Set of Pointsmulti view camera로만 point cloud를 만드는 듯?Unique3D3d mesh generator같은데 성능이 괜찮아 보이네MeshAnything: Artist-Created Mesh Generation with Autoregressive TransformersAnything 모델은 언제나 흥미로워4M-21: An Any-to-Any Vision Model for Tens of Tasks and Modalitiesvision model의 지향점이 아닐까 A decoder-only foundation model for time-series forecasting Diffusion Models for Monocular Depth Estimatio..
2024.07.11
no image
내 버킷리스트 두 번째(내 자산현황 데이터화)
2024.05.26
no image
내 버킷리스트 첫 번째(스마트홈 구축 프로젝트)
2024.05.20
no image
parser.add_argument
if __name__ == '__main__': parser = argparse.ArgumentParser() parser.add_argument( "--encoder", default="vits", type=str, choices=["vits", "vitb", "vitl"], ) args = parser.parse_args() model = DepthAnything.from_pretrained("LiheYoung/depth_anything_{:}14".format(args.encoder)) print(model) parser.add_argument -> 이런 method가 있을 줄이야,, debuging할때 편하겠다. https://github.com/LiheYoung/Depth-Anything
2024.04.05