-
Multi Object Tracking(MOT)において, 既存の1-shot手法の問題点を明らかにし, 複数のベンチマークデータセットにおいて, 従来の手法を圧倒するシンプルなアンカーフリーなアプローチを提案.
![image](https://user-images.githubusercontent.com/18545255/82276221-9a045580-99bf-11ea-…
-
AI 카메라를 설계하는 것과 관련하여 이슈를 오픈했습니다.
현재는 기본적으로 아두이노에서 문열림 감지 -> 블루투스로 정보 전송받은 휴대폰 공기계(카메라)가 사진촬영 -> 해당 모델을 로컬(카메라)에서 AI처리후 -> 결과만 FireBase로 업로드 하는 형식으로 진행하려고 합니다.
관련되어 의견 제시해주시면 좋겠습니다!
-
Hi, may I know if there is a limit set on the number of active tracks that can exist at one time? I notice that there is a limit of 50 for tracking history, but was wondering if there is the same thin…
-
It is mentioned that MCF and the assignment problem can be solved in `O(mn + Fm*log n)` time and `O(n^3)` time, respectively, but the provided code uses SPFA, which does not run in these time complexi…
-
I am training a dental pointcloud dataset that has already been tested on ASIS with quite good results, but now testing on 3D-BoNet and having used [the recommended h5 files generation script](https:/…
-
```
I think that the optimal selection algorithm would minimize the sum of the
errors of each slice. If that were true, one implementation would be this:
1. If there are no slices left to fill, exi…
-
Projectsから転記
buyoh updated
5 years ago
-
The LP-based algorithms of both packages are being migrated to GraphsOptim, but the combinatorial algorithms (with minimal dependencies) could and should probably go into the main library
See also …
-
It is easy to calculate hota metrics after detection/gt match. But it is quite confusing about matching rule.
From the paper, hota is calculated independently under different iou threshold for 2d bbo…
-
Hi!
Great package and enjoy how well/fast the RcppML package performs!
I was just wondering if addition of a consensus map, similar to the ones implemented by brunet https://doi.org/10.1073/pnas…