LostFound
[RA-L] Lost & Found dynamically tracks object poses from egocentric videos while updating a scene graph, enabling richer semantic 3D understanding for robotic downstream tasks.
File Explorer
Download Latest Version (.zip)- LostFoundLogo.png
- Pipeline.png
- results_table.png
- camera_transforms.py
- docker_communication.py
- drawer_detection.py
- light_switch_detection.py
- preprocessing.py
- projecting.py
- yolo_integration.py
- eval_utils.py
- evaluation.py
- evaluation_tables.py
- __init__.py
- data_loader.py
- detection_utils.py
- graph_nodes.py
- projection_utils.py
- scene_graph.py
- tracking.py
- utils.py
- apple.mp4
- apple_mask.png
- bmx-bumps.gif
- teaser.png
- __init__.py
- dataclass_utils.py
- dr_dataset.py
- kubric_movif_dataset.py
- tap_vid_datasets.py
- utils.py
- eval_dynamic_replica.yaml
- eval_tapvid_davis_first.yaml
- eval_tapvid_davis_strided.yaml
- eval_tapvid_kinetics_first.yaml
- __init__.py
- eval_utils.py
- evaluator.py
- __init__.py
- evaluate.py
- __init__.py
- blocks.py
- cotracker.py
- losses.py
- __init__.py
- embeddings.py
- model_utils.py
- __init__.py
- build_cotracker.py
- evaluation_predictor.py
- __init__.py
- visualizer.py
- __init__.py
- predictor.py
- version.py
- models.rst
- utils.rst
- conf.py
- index.rst
- references.bib
- Makefile
- app.py
- requirements.txt
- demo.ipynb
- test_bilinear_sample.py
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- demo.py
- hubconf.py
- launch_training.sh
- LICENSE.md
- online_demo.py
- query_example.py
- query_online.py
- README.md
- setup.py
- train.py
- test.txt
- trainval.txt
- boardgame_848_sU8S98MT1Mo_00013957.png
- method.png
- res101.yml
- res101_ls.yml
- res101try.yml
- res50.yml
- vgg16.yml
- mcg_munge.py
- get_voc_opts.m
- voc_eval.m
- xVOCap.m
- ._pascal_voc.py
- ._voc_eval.py
- __init__.py
- coco.py
- ds_utils.py
- factory.py
- imagenet.py
- imdb.py
- pascal_voc.py
- pascal_voc_rbg.py
- vg.py
- vg_eval.py
- voc_eval.py
- voc_eval_raw.py
- nms_cpu.cpp
- ROIAlign_cpu.cpp
- vision.h
- nms.cu
- ROIAlign_cuda.cu
- ROIPool_cuda.cu
- vision.h
- nms.h
- ROIAlign.h
- ROIPool.h
- vision.cpp
- extension_layers.py
- __init__.py
- faster_rcnn.py
- resnet.py
- vgg16.py
- __init__.py
- __init__.py
- nms_cuda.h
- nms_cuda_kernel.cu
- nms_cuda_kernel.h
- .gitignore
- __init__.py
- build.py
- make.sh
- nms_cpu.py
- nms_gpu.py
- nms_kernel.cu
- nms_wrapper.py
- __init__.py
- __init__.py
- __init__.py
- roi_align.py
- __init__.py
- roi_align.py
- roi_align.c
- roi_align.h
- roi_align_cuda.c
- roi_align_cuda.h
- roi_align_kernel.cu
- roi_align_kernel.h
- __init__.py
- build.py
- make.sh
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- crop_resize.py
- gridgen.py
- roi_crop.py
- __init__.py
- gridgen.py
- roi_crop.py
- roi_crop.c
- roi_crop.h
- roi_crop_cuda.c
- roi_crop_cuda.h
- roi_crop_cuda_kernel.cu
- roi_crop_cuda_kernel.h
- __init__.py
- build.py
- make.sh
- __init__.py
- nms.py
- roi_align.py
- roi_pool.py
- __init__.py
- __init__.py
- __init__.py
- roi_pool.py
- __init__.py
- roi_pool.py
- roi_pooling.c
- roi_pooling.h
- roi_pooling_cuda.c
- roi_pooling_cuda.h
- roi_pooling_kernel.cu
- roi_pooling_kernel.h
- __init__.py
- build.py
- __init__.py
- anchor_target_layer.py
- bbox_transform.py
- generate_anchors.py
- proposal_layer.py
- proposal_target_layer_cascade.py
- rpn.py
- .gitignore
- __init__.py
- bbox.pyx
- blob.py
- config.py
- logger.py
- matching.py
- net_utils.py
- times_b.ttf
- viz_hand_obj.py
- __init__.py
- __init__.py
- _mask.pyx
- coco.py
- cocoeval.py
- license.txt
- mask.py
- maskApi.c
- maskApi.h
- UPSTREAM_REV
- __init__.py
- minibatch.py
- roibatchLoader.py
- roidb.py
- setup.py
- .gitignore
- _init_paths.py
- demo.py
- hand-object-detection.py
- LICENSE
- README.md
- test.md
- test_net.py
- trainval_net.py
- .gitignore
- data_logging.txt
- LICENSE
- mask3d_label_mapping.csv
- preprocessing.sh
- README.md
- requirements.txt
- run_dataset.py
- run_demo.py
- run_own_data.py
- run_scripts.sh
# Installation Guide
1. Get the code
git clone https://github.com/behretj/LostFound
Downloads the entire project code from GitHub to your computer.
cd LostFound
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
cd thirdparty/cotracker && pip install -e . && cd ../..
Moves into the project folder you just downloaded.
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
