-
Hi, in deep_sort/deep_sort.py in line 24 you call the Tracker class with predefined arguments, overriding the ones recieved by the DeepSort class.
14 class DeepSort(object):
15 …
-
I tried to run the training code with a given MOTS dataset as follows.
```
$ python main.py configs/conv3d_sep2
{
# Engine settings
"model": "conv3d_sep2",
"task": "train_no_val",
"…
-
## ❓ Questions and Help
i tried calling the metric(IOU) like this
```
def train_loop_fn(loader):
tracker = xm.RateTracker()
model.train()
for x, (image, mask) in enumerate(loader): …
-
## ❓ Questions and Help
when I train on the default config, after a few epochs, I run into this error
`epoch 5, lr: 7.1e-02, cls: 0.093, ctr: 0.031, reg: 0.887, iou: 0.757, data: 1.2e-04, fwd: …
-
-
My Config
```python
# model settings
model = dict(
type="SipMask",
# pretrained="open-mmlab://resnet50_caffe",
backbone=dict(
type="ResNet",
depth=50,
…
-
hi, thank you for your work. When I test the code using the pretrained mode in OTB dataset, I get the following result:
run `python run_tracker.py atom default --dataset otb` Precision: 0.5840 -- …
-
### Releasing v3.0.0-beta.3 🎉️ , featuring:
- **Complete rewrite of Docker setup / install process** in order to use `docker-compose`
- Update darknet fork once again using the new -dontdraw_bbox …
-
GNS3 version latest 1.5.0dev1 on Linux (64-bit) with Python 3.4.2 Qt 5.3.2.
I've got a very strange issue and currently I'm completely puzzled.
I want to exchange data between docker container and n…
ghost updated
4 years ago
-
我在运行test.py没有什么问题,但是在跑评估运行到eval success的时候报错了:
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "E:\Anaconda3\envs\pysot\lib\multiprocessing\pool.py", line 121,…