reverseSystem
reverseSystem
is anybody know how does the uv_kpt_ind.txt generate?
I am a new bird,please help me. Thanks a lot. I used other datesets to run,there has Focal length,before running it shows the errors like thoes below. --------------------------------------------------------------------------------------------------- [Extracting exif...
The test result(megaface rankn and roc) of Circle loss is so bad. I trained it by efficient-b0. but when I test it on megaface. the result is so bad. Do...
thanks for your research. when i read your paper ,it says that the dataset will release soon. where can i find the dataset? hope your replay.
after training by all 300WLP datasets. when i evaluate the model. the NME is much lower than the paper. what is the problem?
hi,你好,crnn.py 脚本中去重复字符那块,为什么重复字符取最后一次出现的位置,而不是重复字符第一个位置或者所有重复字符都参与centerloss的计算?一直想不通这一点,希望作者给个回复,谢啦
## Env - GPU RTX1060ti - OS, ubuntu 20.04 - Cuda 11.4 - TensorRT version TensorRT-8.0.1.6 ## About this repo - which branch/tag/commit are you using? yolov5-6.0 - which model?...
when you add sleep(10) func and watch the gpu memory through: watch -n 1 nvidia-smi, you will find the engine and runtime destroy is not working. sleep(10); this->context->destroy(); // worked...
the code in bytetrack-opencv-onnxruntime/onnxruntime/cpp/src/BYTETracker.cpp script if (track->score < this->high_thresh) continue; low score dets in the first frame will not use. is it right? if so, is it necessary to Add...
when i run it says the size does not match: The code cos_theta = torch.mm(embbedings, kernel_norm) should : cos_theta = torch.mm(embbedings, kernel_norm.t()) but why when i test the model in...