adhocmaster

Results 7 issues of adhocmaster

Hi there, I would like to test the pre-trained model against pedestrian models that I have been developing. I see there is a weight folder but still not sure how...

The repository is missing this folders.

Added `--ped_only` . If true, UI only renders frames with pedestrians and has a button to jump to the next pedestrian's initial frame.

Reorganized the Makefile to build the images. Created recipes for images in separate recipe files.

Hi there, I see there is some new information. Can you explain what the relevant areas mean? [data/visualizer_params/visualizer_params.json](https://github.com/ika-rwth-aachen/drone-dataset-tools/blob/master/data/visualizer_params/visualizer_params.json)

Getting ERR_UNHANDLED_REJECTION when using fromPromise to read non-existent files. ` import { readFile } from 'node:fs/promises'; public read(path: string): ResultAsync { const res = ResultAsync.fromPromise( readFile(path, 'utf8'), (e) => new...

**Describe the issue**: Literal is not available in the typing package of Python 3.7.x's. It can be fixed by importing from typing_extensions package. ``` \anaconda3\envs\compression\lib\site-packages\nni\compression\base\config.py in 7 from copy import...