JiseongHeo

Results 4 issues of JiseongHeo

I tried to install in conda environment with python 3.10, but I got a compile error. "pip install -r requirements.txt" command worked well with python 3.7. Also, there was an...

Hi, I tested the tests in webrtc.github.io/test-pages in iOS browsers(Safari and Chrome). but none of them successfully executed to recieve remote data through WebRTC The test are smoothly worked in...

In demo/visualie_result.py file there is following code snippet at line 125~126 ``` # compute cosine distance distmat = 1 - torch.mm(q_feat, g_feat.t()) ``` I think there should be a nomalization...

stale

I think there's a typo. from fastreid.evaluation import evaluate_rank -> from fastreid.evaluation.rank import evaluate_rank