setup.py
cosmos_ingest.egg-info/PKG-INFO
cosmos_ingest.egg-info/SOURCES.txt
cosmos_ingest.egg-info/dependency_links.txt
cosmos_ingest.egg-info/top_level.txt
ingest/__init__.py
ingest/app.py
ingest/code_ingestion.py
ingest/detect.py
ingest/detect_setup.py
ingest/ingest.py
ingest/pdf_extractor.py
ingest/pdf_ingestion.py
ingest/postprocess_page.py
ingest/preprocess.py
ingest/preprocess_for_training.py
ingest/process_page.py
ingest/process_setup.py
ingest/schema.py
ingest/train_postprocess.py
ingest/process/__init__.py
ingest/process/app.py
ingest/process/detect.py
ingest/process/detection/__init__.py
ingest/process/detection/src/__init__.py
ingest/process/detection/src/detect.py
ingest/process/detection/src/infer.py
ingest/process/detection/src/model_builder.py
ingest/process/detection/src/preprocess.py
ingest/process/detection/src/update_annotations.py
ingest/process/detection/src/converters/__init__.py
ingest/process/detection/src/converters/html2xml.py
ingest/process/detection/src/converters/list2html.py
ingest/process/detection/src/converters/list2json.py
ingest/process/detection/src/converters/model2xml.py
ingest/process/detection/src/converters/pdf_extractor.py
ingest/process/detection/src/converters/xml2list.py
ingest/process/detection/src/evaluate/__init__.py
ingest/process/detection/src/evaluate/evaluate.py
ingest/process/detection/src/evaluate/evaluate_config.py
ingest/process/detection/src/evaluate/evaluate_iccv.py
ingest/process/detection/src/evaluate/evaluate_libs.py
ingest/process/detection/src/evaluate/ingestion.py
ingest/process/detection/src/tests/__init__.py
ingest/process/detection/src/tests/test_process_doc.py
ingest/process/detection/src/torch_model/__init__.py
ingest/process/detection/src/torch_model/inference/__init__.py
ingest/process/detection/src/torch_model/inference/inference.py
ingest/process/detection/src/torch_model/inference/data_layer/__init__.py
ingest/process/detection/src/torch_model/inference/data_layer/inference_loader.py
ingest/process/detection/src/torch_model/model/__init__.py
ingest/process/detection/src/torch_model/model/model.py
ingest/process/detection/src/torch_model/model/attention/__init__.py
ingest/process/detection/src/torch_model/model/attention/embedder.py
ingest/process/detection/src/torch_model/model/attention/transformer.py
ingest/process/detection/src/torch_model/model/backbone/__init__.py
ingest/process/detection/src/torch_model/model/backbone/backbone.py
ingest/process/detection/src/torch_model/model/backbone/backbone_summary.py
ingest/process/detection/src/torch_model/model/connected_components/__init__.py
ingest/process/detection/src/torch_model/model/connected_components/cc_layer.py
ingest/process/detection/src/torch_model/model/connected_components/connected_components.py
ingest/process/detection/src/torch_model/model/evaluate/__init__.py
ingest/process/detection/src/torch_model/model/evaluate/evaluate.py
ingest/process/detection/src/torch_model/model/head/__init__.py
ingest/process/detection/src/torch_model/model/head/object_classifier.py
ingest/process/detection/src/torch_model/model/layers/__init__.py
ingest/process/detection/src/torch_model/model/layers/featurization.py
ingest/process/detection/src/torch_model/model/utils/__init__.py
ingest/process/detection/src/torch_model/model/utils/config_manager.py
ingest/process/detection/src/torch_model/model/utils/list2html.py
ingest/process/detection/src/torch_model/model/utils/model2xml.py
ingest/process/detection/src/torch_model/model/utils/output_xml.py
ingest/process/detection/src/torch_model/model/utils/shape_utils.py
ingest/process/detection/src/torch_model/model/utils/xml2list.py
ingest/process/detection/src/torch_model/tests/__init__.py
ingest/process/detection/src/torch_model/tests/anchors/__init__.py
ingest/process/detection/src/torch_model/tests/anchors/test_head_matching.py
ingest/process/detection/src/torch_model/tests/data/__init__.py
ingest/process/detection/src/torch_model/tests/data_layer/__init__.py
ingest/process/detection/src/torch_model/tests/data_layer/test_xml_loader.py
ingest/process/detection/src/torch_model/tests/model/__init__.py
ingest/process/detection/src/torch_model/tests/model/test_cc_layer.py
ingest/process/detection/src/torch_model/tests/model/test_featurizer.py
ingest/process/detection/src/torch_model/tests/model/test_model_whole.py
ingest/process/detection/src/torch_model/tests/train/__init__.py
ingest/process/detection/src/torch_model/tests/train/test_db.py
ingest/process/detection/src/torch_model/tests/train/test_train.py
ingest/process/detection/src/torch_model/tests/utils/__init__.py
ingest/process/detection/src/torch_model/tests/utils/test_anchor_generation.py
ingest/process/detection/src/torch_model/tests/utils/test_bbox.py
ingest/process/detection/src/torch_model/tests/utils/test_bbox_overlaps.py
ingest/process/detection/src/torch_model/tests/utils/test_boundary.py
ingest/process/detection/src/torch_model/tests/utils/test_config_manager.py
ingest/process/detection/src/torch_model/tests/utils/test_overlaps.py
ingest/process/detection/src/torch_model/train/__init__.py
ingest/process/detection/src/torch_model/train/train.py
ingest/process/detection/src/torch_model/train/anchor_targets/__init__.py
ingest/process/detection/src/torch_model/train/anchor_targets/anchor_target_layer.py
ingest/process/detection/src/torch_model/train/anchor_targets/head_target_layer.py
ingest/process/detection/src/torch_model/train/data_layer/__init__.py
ingest/process/detection/src/torch_model/train/data_layer/sql_types.py
ingest/process/detection/src/torch_model/train/data_layer/transforms.py
ingest/process/detection/src/torch_model/train/data_layer/xml_loader.py
ingest/process/detection/src/torch_model/utils/__init__.py
ingest/process/detection/src/torch_model/utils/bbox.py
ingest/process/detection/src/torch_model/utils/bbox_overlaps.py
ingest/process/detection/src/torch_model/utils/boundary_utils.py
ingest/process/detection/src/torch_model/utils/generate_anchors.py
ingest/process/detection/src/torch_model/utils/matcher.py
ingest/process/detection/src/torch_model/utils/memory.py
ingest/process/detection/src/torch_model/utils/preprocess.py
ingest/process/detection/src/torch_model/utils/voc_utils.py
ingest/process/detection/src/utils/__init__.py
ingest/process/detection/src/utils/ingest_images.py
ingest/process/detection/src/utils/merge_equation_equation_label.py
ingest/process/detection/src/utils/pad_image.py
ingest/process/detection/src/utils/pvoc.py
ingest/process/detection/src/utils/resize_image.py
ingest/process/detection/src/utils/split_train_val_test.py
ingest/process/detection/src/utils/voc_utils.py
ingest/process/detection/src/utils/xml_utils.py
ingest/process/ocr/__init__.py
ingest/process/ocr/group_cls.py
ingest/process/ocr/ocr.py
ingest/process/postprocess/__init__.py
ingest/process/postprocess/pp_rules.py
ingest/process/postprocess/converters/__init__.py
ingest/process/postprocess/converters/html2xml.py
ingest/process/postprocess/converters/list2html.py
ingest/process/postprocess/converters/list2json.py
ingest/process/postprocess/converters/model2xml.py
ingest/process/postprocess/converters/pdf_extractor.py
ingest/process/postprocess/converters/xml2list.py
ingest/process/postprocess/evaluate/__init__.py
ingest/process/postprocess/evaluate/evaluate.py
ingest/process/postprocess/evaluate/evaluate_config.py
ingest/process/postprocess/evaluate/evaluate_iccv.py
ingest/process/postprocess/evaluate/evaluate_libs.py
ingest/process/postprocess/evaluate/ingestion.py
ingest/process/postprocess/utils/__init__.py
ingest/process/postprocess/utils/merge_equation_equation_label.py
ingest/process/postprocess/utils/pad_image.py
ingest/process/postprocess/utils/pvoc.py
ingest/process/postprocess/utils/resize_image.py
ingest/process/postprocess/utils/split_train_val_test.py
ingest/process/postprocess/utils/voc_utils.py
ingest/process/postprocess/utils/xml_utils.py
ingest/process/postprocess/xgboost_model/__init__.py
ingest/process/postprocess/xgboost_model/data_loader.py
ingest/process/postprocess/xgboost_model/featurizer.py
ingest/process/postprocess/xgboost_model/inference.py
ingest/process/postprocess/xgboost_model/model.py
ingest/process/postprocess/xgboost_model/train_post_process.py
ingest/process/proposals/__init__.py
ingest/process/proposals/connected_components.py
ingest/process/proposals/propose.py
ingest/utils/__init__.py
ingest/utils/pdf_helpers.py