Edwardmark
Edwardmark
@DmitryUlyanov @MikhailLukashevich I met the same error, any clue?
@alexszilagyi No, I give up.
@Dugudaibo @shwanliu @FlyingCarrot 你们怎么解决的呢?
请问如果是求无向无环图中任意两个节点间的最长路径,该怎么做呢?
```cpp class Solution { public: vector presum; //从0累加到i-1的和 Solution(vector& w) { presum = vector(w.size() + 1, 0); for(int i = 1; i
@leviome You have to download the original IJB-A, not the cropped one.
@kolingv @orchinia Have you run nms successfully ? Please help me out, thanks.
@xggyh 你没下载数据吧?
@xggyh 请问你明白作者的预处理逻辑吗?我感觉看的有点懵,为啥要搞那么多的仿射变换之类的,直接padding_resize不可以吗?