bdd100k-models
bdd100k-models copied to clipboard
Model Zoo of BDD100K Dataset
As the title says, does the training time remain in the log?
hi hi, thanks for your marvelous contribution. I am very impressed. Now I want to apply this pretrain model(tagging road type and weather) on my own dataset, do you have...
In order to make inference with the bdd100k detection models, I launched the test.py script as indicated in the guide (after having installed everything necessary): python ./test.py "/user/msavarese/bdd100k-models/det/configs/det/atss_r101_fpn_3x_det_bdd100k.py" --format-only --format-dir...
how many total seconds is the entire dataset?
hi, when i try run the pose test I get this error code : !python test.py /content/bdd100k-models/pose/configs/pose/hrnet_w32_256x192_1x_pose_bdd100k.py --gpu_collect --format-dir /content/ error : Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mmcv/utils/registry.py", line...
As the title shows, we extract jpg picture from the videos you provide in the dataset with the following command line: ffmpeg -ss 00:00:10.000 -i input.mov -vframes 1 -q:v 2...