-
(Pose) jaskaran@jaskaran-pc:~/densepose$ python tools/infer_simple.py --cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml --output-dir DensePoseData/infer_out/ --image-ext jpg --wts DenseP…
-
Hi,
I'm trying to build my own dataset that would work with DETR. I'm a bit confused on the data format that the matcher expects to perform the matching.
From the comment https://github.com/face…
-
# 이분 매칭
`이분 매칭(Bipartite Matching)` 알고리즘은 `네트워크 유량` 알고리즘과 연계되는 개념으로, `이분 그래프`에서 두 그룹간의 최대 매칭을 의미한다.
> 즉, `집단 A`가 `집단 B`를 선택하는 방법에 대한 알고리즘이다.
먼저 `이분 그래프`란, 전체 그래프에서 점 들을 두 그룹으로 나누었을 때, 같은 그룹내에…
-
One of the matchers I use often in Java's truth library is "[containsAllIn](https://google.github.io/truth/api/0.30/com/google/common/truth/IterableSubject.html#containsAllIn-java.lang.Iterable-)". I'…
-
After successfully linking two dataframes, there is often a need to make one unified dataframe. There should be a tool to combine the information of both dataframes into one. I think, one tool might n…
-
First, thanks a lot for your amazing job, it is so helpful!
**Describe the bug**
I tried to convert a pretrained model of PointPillars (Kitti 3class) to tensorrt but the conversion failed. To be…
-
For some reason, this example never completes:
```
describe 'something' do
it 'fails this test' do
actual_path_names = ["y1", "y1", "y1", "y1", "y1", "y1", "y1", "y1", "y1", "y1", "y1", "y…
-
This structure might incorporate elements and functionality from the Adam Rauh's Optmatch S4 class, but in contrast to that class it won't attempt also to encode the factor type encoding of matches as…
-
- [x] Install requirements
* Look in the documentation what are the requirements
- [x] Copy/Paste in a comment of this issue the compilation
- [x] Put the link of this issue on a comment of the i…
-
Hi, thanks for your code!
I use your code for training and it succeed, however, when it comes to testing, I am encountered with a weird error:
CUDA_VISIBLE_DEVICES=0,1,2,3 python test_net.py exp_nam…