정은서
정은서
  • 8
  • 4 230

Відео

[FairMOT] Multiple Object Tracking trajectory (CCTV_version)
Переглядів 3833 роки тому
[FairMOT] Multiple Object Tracking trajectory (CCTV_version)
[FairMOT] Multiple Object Tracking and Mapping the coordinates to map with two different cameras
Переглядів 2,5 тис.3 роки тому
[FairMOT] Multiple Object Tracking and Mapping the coordinates to map with two different cameras
[FairMOT] New Video_ Transform Original Video to BirdEyesView(BEV)
Переглядів 1363 роки тому
[FairMOT] New Video_ Transform Original Video to BirdEyesView(BEV)
[FairMOT] Tracking and Mapping the coordinate to map
Переглядів 2793 роки тому
[FairMOT] Tracking and Mapping the coordinate to map
[FairMOT] New Video_ Multiple Object Tracking trajectory (foot point)
Переглядів 1263 роки тому
[FairMOT] New Video_ Multiple Object Tracking trajectory (foot point)
[FairMOT] Multiple Object Tracking trajectory (foot point)
Переглядів 1763 роки тому
FairMOT를 이용한 Multiple Object Tracking
[FairMOT] Multiple Object Tracking trajectory (center point)
Переглядів 5723 роки тому
FairMOT를 이용한 Multiple Object Tracking

КОМЕНТАРІ

  • @marciochao4849
    @marciochao4849 День тому

    Hi, First of all congrats for the project! I wanted to ask if fairmot can be substituted by yolo to make the detections, if not whats the fairmot specificity that made you choose this "library"

  • @mubashirwaheed474
    @mubashirwaheed474 22 дні тому

    This is good but I thought you applied the object detection and tracking at the same time and not separately

  • @user-dg8zj2nb7v
    @user-dg8zj2nb7v 3 місяці тому

    Hello! How did you implement the tracking on the 2D map to keep the same ID of the person even if he/she changes from one camera to another?😁

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 місяці тому

      Hello. Thank you for watching. The full file of this project is attached to the following link: github.com/jyoonlee/GCU_WifiSensing/tree/master This video was implemented by adding a code for drawing a trajectory through the cv2 library after object detection through FairMOT provided as an open source, In the case of mapping, I applied it to the map made by our team using the code provided as an open source. I'm sharing the link of the open source that we referenced :) FairMOT: github.com/ifzhang/FairMOT mapping: medium.com/hal24k-techblog/how-to-track-objects-in-the-real-world-with-tensorflow-sort-and-opencv-a64d9564ccb1

  • @user-dg8zj2nb7v
    @user-dg8zj2nb7v 3 місяці тому

    Hello! How did you implement the tracking on the 2D map to keep the same ID of the person even if he/she changes from one camera to another?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 місяці тому

      Hello. Thank you for watching. The full file of this project is attached to the following link: github.com/jyoonlee/GCU_WifiSensing/tree/master This video was implemented by adding a code for drawing a trajectory through the cv2 library after object detection through FairMOT provided as an open source, In the case of mapping, I applied it to the map made by our team using the code provided as an open source. I'm sharing the link of the open source that we referenced :) FairMOT: github.com/ifzhang/FairMOT mapping: medium.com/hal24k-techblog/how-to-track-objects-in-the-real-world-with-tensorflow-sort-and-opencv-a64d9564ccb1

  • @enjoyyoutube5430
    @enjoyyoutube5430 Рік тому

    링크 공유해주셔서 감사합니다. 근데 깃허브에 익숙하지가 않아서요ㅠㅠ 너무 해보고 싶은데 설명도 약간 초보자가 하기엔 잘 이해가 안되네요. src에 있는 코드를 그대로 코렙에서 실행하면 원래 안돌아가나요? 간단하게라도 가이드라인 해주시면 정말 감사하겠습니다!

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h Рік тому

      안녕하세요, 공유해드린 링크는 FairMOT로 yolo를 기반으로 한 object tracking 코드입니다. 저희는 해당 baseline code를 vscode를 통해 git clone하여 실행하였고, 추가적으로 tracjectory(발자취)를 찍는 code를 작성하여 다음 동영상과 같은 결과를 보였습니다. colab이 아닌 vscode를 통해 git clone 하여 'demo' 부분의 명령어를 작성하시면 object detection을 할 수 있을 것으로 보입니다.

  • @abdurrahmankhan6444
    @abdurrahmankhan6444 2 роки тому

    Can you please link repo or any material to provide insight into multiple camera setting?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 місяці тому

      Sorry for late response. The full file of the project is attached to the following link: github.com/jyoonlee/GCU_WifiSensing/tree/master

  • @boquangdong
    @boquangdong 2 роки тому

    can you share me your code?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 місяці тому

      Sorry for late response. The full file of the project is attached to the following link: github.com/jyoonlee/GCU_WifiSensing/tree/master

  • @dasollee8469
    @dasollee8469 2 роки тому

    fairmot를 두개에 카메라에 어떻게 적용하셨나요?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 2 роки тому

      네, 안녕하세요 ! 보이시는 영상은 저희가 카메라 두 대로 target environment를 촬영한 뒤에, 각 영상을 따로 따로 FairMOT를 통해 object detection을 하였습니다. 그 후에 하단에 있는 전체 map에 좌표를 mapping하는 작업을 순서로 진행하였습니다 : )

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h Рік тому

      @@unistable we recorded the video first, and made the trajectories through the code (FairMOT)

  • @seeyoulater2304
    @seeyoulater2304 3 роки тому

    안녕하세요 은서님^^ 올려주신 영상처럼 tracking 하고 mapping 공부하는 학생입니다. 혹시 화면에서 오른쪽처럼 cctv영상을 map으로 구현하려면 어떻게 해야할까요? 혹시 참고하셨던 깃허브 링크도 있으시면 공유 가능할까요??

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 роки тому

      네, 안녕하세요 ! 본 영상은 오픈소스로 제공된 FairMOT를 통해 object detection을 한 뒤, cv2 라이브러리를 통해 trajectory를 그리는 코드를 추가 작성해 구현하였고, mapping의 경우에도 오픈소스로 제공된 코드를 이용해 저희 팀이 만든 map에 적용해보았습니다. 저희가 참고했던 오픈소스의 링크를 공유해드립니다 :) FairMOT: github.com/ifzhang/FairMOT mapping: medium.com/hal24k-techblog/how-to-track-objects-in-the-real-world-with-tensorflow-sort-and-opencv-a64d9564ccb1

    • @seeyoulater2304
      @seeyoulater2304 3 роки тому

      @@user-cz3tw4eu9h 답변 정말 감사드립니다^^ 혹시 map을 만드시는 건 어떠한 방식으로 구현하신건지 여쭤봐도 될까요?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 2 роки тому

      안녕하세요, 답글을 너무 늦게 달아드려 죄송합니다. map은 이미지로 저희가 직접 만들었고 공유해드린 mapping 코들 통해 mapping 하였습니다 .

    • @seeyoulater2304
      @seeyoulater2304 2 роки тому

      @@user-cz3tw4eu9h 답변감사해요~ 은서님 영상 잘 보고 있습니다! 앞으로도 영상들 올려주시면 챙겨볼게요 ㅎㅎ

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 2 роки тому

      @@seeyoulater2304 감사합니다 ㅎㅎ !

  • @user-kn9oh2hz3c
    @user-kn9oh2hz3c 3 роки тому

    안녕하세요 꼭 따라해보고 싶은데 깃허브 링크나 코드 공유 해주실수있을까요?

    • @user-cz3tw4eu9h
      @user-cz3tw4eu9h 3 роки тому

      네, 안녕하세요 ! 본 영상은 제공된 FairMOT 오픈소스에, cv2 라이브러리를 통해 구현한 발자취(trajectory)를 추가한 것입니다. FairMOT github 주소를 남겨드리겠습니다. github.com/ifzhang/FairMOT

    • @user-kn9oh2hz3c
      @user-kn9oh2hz3c 3 роки тому

      @@user-cz3tw4eu9h 감사합니다!!!