Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
bucketed-scene-flow-eval
Advanced tools
This repo provides the official implementation of Bucket Normalized EPE, as described in our paper I Can't Believe It's Not Scene Flow!
This repo provides:
Currently supported datasets:
If you use this repository as part of a publication, please cite:
@inproceedings{khatri2024trackflow,
author = {Khatri, Ishan and Vedder, Kyle and Peri, Neehar and Ramanan, Deva and Hays, James},
title = {{I Can't Believe It's Not Scene Flow!}},
journal = {European Conference on Computer Vision (ECCV)},
year = {2024},
pdf = {https://arxiv.org/abs/2403.04739},
website={http://vedder.io/trackflow.html},
}
pip install bucketed-scene-flow-eval
Follow our Getting Started for setup instructions.
We provide a demo script which shows off the various features of the API.
To render the lidar and multiple camera views of an Argoverse 2 sequence in 3D, run:
python scripts/demo_3d.py --dataset Argoverse2CausalSceneFlow --root_dir /efs/argoverse2/val/ --with_rgb --sequence_length 4
To render RGB frames with lidar imposed on top, run:
python scripts/demo_rgb.py --dataset Argoverse2SceneFlow --mode project_lidar --reduction_factor 16 --root_dir /efs/argoverse2/val --sequence_length 150 --save_dir /efs/av2_camera_render/
To render the flow field of an Argoverse 2 sequence, run:
python scripts/demo_rgb.py --dataset Argoverse2SceneFlow --mode project_flow --reduction_factor 16 --root_dir /efs/argoverse2/val --sequence_length 150 --save_dir /efs/av2_camera_render/ --flow_dir <path to method flow output>
python scripts/demo.py --dataset WaymoOpenSceneFlow --root_dir /efs/waymo_open_processed_flow/validation/
To evaluate an AV2 Scene Flow challenge entry named ./submission_val.zip
against validation dataset masks /efs/argoverse2/val_official_masks.zip
, run
python scripts/av2_eval.py /efs/argoverse2/val /efs/argoverse2/val_official_masks.zip ./submission_val.zip
See docs/
for more documentation .
FAQs
Bucketed Scene Flow Evaluation
We found that bucketed-scene-flow-eval demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.