Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ import torch
|
|
| 24 |
from PIL import Image
|
| 25 |
import shutil
|
| 26 |
import requests
|
| 27 |
-
from hf_utils import
|
| 28 |
|
| 29 |
## Or download the weights manually
|
| 30 |
def get_weights():
|
|
@@ -50,7 +50,7 @@ outputs = forward(model, inputs["pixel_values"])
|
|
| 50 |
|
| 51 |
```
|
| 52 |
## Results
|
| 53 |
-
Comparison between PairDETR method and other methods in the miss
|
| 54 |
|
| 55 |
| **Model** | **Reasnable** | **Bare** | **Partial** | **Heavy** | **Hard** | **Average** |**Checkpoints** |
|
| 56 |
|-----------|:-------------:|:--------:|-------------|:---------:|----------|----------|----------|
|
|
|
|
| 24 |
from PIL import Image
|
| 25 |
import shutil
|
| 26 |
import requests
|
| 27 |
+
from hf_utils import PairDetr, inverse_sigmoid, forward
|
| 28 |
|
| 29 |
## Or download the weights manually
|
| 30 |
def get_weights():
|
|
|
|
| 50 |
|
| 51 |
```
|
| 52 |
## Results
|
| 53 |
+
Comparison between PairDETR method and other methods in the miss Matching Rate mMr-2 (the lower the better) on CrowdHuman dataset:
|
| 54 |
|
| 55 |
| **Model** | **Reasnable** | **Bare** | **Partial** | **Heavy** | **Hard** | **Average** |**Checkpoints** |
|
| 56 |
|-----------|:-------------:|:--------:|-------------|:---------:|----------|----------|----------|
|