{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":206660580,"defaultBranch":"main","name":"detectron2","ownerLogin":"facebookresearch","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-05T21:30:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16943930?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1681844573.0","currentOid":""},"activityList":{"items":[{"before":"5b72c27ae39f99db75d43f18fd1312e1ea934e60","after":"ebe8b45437f86395352ab13402ba45b75b4d1ddb","ref":"refs/heads/main","pushedAt":"2024-09-09T22:31:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"removing base_module] fbcode/vision/fair/detectron2/demo/TARGETS\n\nReviewed By: azad-meta\n\nDifferential Revision: D62291666\n\nfbshipit-source-id: 0a424c4e9e19d59dfbdbfa8dcd3319c2b67aec94","shortMessageHtmlLink":"removing base_module] fbcode/vision/fair/detectron2/demo/TARGETS"}},{"before":"bcfd464d0c810f0442d91a349c0f6df945467143","after":"5b72c27ae39f99db75d43f18fd1312e1ea934e60","ref":"refs/heads/main","pushedAt":"2024-08-22T17:05:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fix inference accuracy test\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5348\n\nSome accuracy tests started to fail in between Jun 11 and Jun 17:\n- ❌ mask_rcnn_R_50_FPN_inference_acc_test\n- ✅ keypoint_rcnn_R_50_FPN_inference_acc_test\n- ✅ fast_rcnn_R_50_FPN_inference_acc_test\n- ❌ panoptic_fpn_R_50_inference_acc_test\n- ✅ retinanet_R_50_FPN_inference_acc_test\n- ❌ rpn_R_50_FPN_inference_acc_test\n- ✅ semantic_R_50_FPN_inference_acc_test\n- ❌ cascade_mask_rcnn_R_50_FPN_inference_acc_test\n\nV1: update the yaml to reflect the new scores.\nV5: it turns out that we can match the old scores by disabling tf32.\n\nReviewed By: balakv504\n\nDifferential Revision: D61301698\n\nfbshipit-source-id: 60f17b03574fbde62c7a84f47bedff4fd040aaa8","shortMessageHtmlLink":"fix inference accuracy test"}},{"before":"31bebdea147c96f8a00a0d55931858bf727ae370","after":"bcfd464d0c810f0442d91a349c0f6df945467143","ref":"refs/heads/main","pushedAt":"2024-08-09T10:05:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"upgrade pyre version in `fbcode/vision` - batch 1\n\nDifferential Revision: D60992191\n\nfbshipit-source-id: f826042c9d5b4f9b72b142fcef13f5772e3b9a8d","shortMessageHtmlLink":"upgrade pyre version in fbcode/vision - batch 1"}},{"before":"2a420edb307c9bdf640f036d3b196bed474b8593","after":"31bebdea147c96f8a00a0d55931858bf727ae370","ref":"refs/heads/main","pushedAt":"2024-08-05T20:31:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix torch export issue\n\nSummary:\nX-link: https://github.com/fairinternal/detectron2/pull/604\n\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5334\n\nAdd a check to deal with dynamic shapes so that the model can be exported with `torch.export`. This check prevents the graph break caused by the SymInt by delaying the assertion to runtime.\n\nReviewed By: wat3rBro\n\nDifferential Revision: D60126415\n\nfbshipit-source-id: a2a75530db523bfdde984b890595e02360d8e07f","shortMessageHtmlLink":"Fix torch export issue"}},{"before":"70f454304e1a38378200459dd2dbca0f0f4a5ab4","after":"2a420edb307c9bdf640f036d3b196bed474b8593","ref":"refs/heads/main","pushedAt":"2024-07-17T12:25:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Distill vton inference\n\nSummary: - Add support for running inference with the distilled model\n\nDifferential Revision: D59805791\n\nfbshipit-source-id: 5c97fd736013946ae32197c3e7b582f4077bd20e","shortMessageHtmlLink":"Distill vton inference"}},{"before":"e8806d607403cf0f2634d4c5ac464109fdc7d4af","after":"70f454304e1a38378200459dd2dbca0f0f4a5ab4","ref":"refs/heads/main","pushedAt":"2024-06-21T18:50:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix ValueError: Unable to avoid copy while creating an array as requested (numpy 2.0.0)\n\nSummary:\nThis pull request fixes a ValueError that occurs when creating an array (changed in numpy 2.0.0) The issue is resolved by replacing np.array with np.asarray. As copy was always set to False anyways. See: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword\n\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5312\n\nReviewed By: ayushidalmia\n\nDifferential Revision: D58875723\n\nfbshipit-source-id: b29cebf72d3a32032652c3665f47c827b25501e5","shortMessageHtmlLink":"Fix ValueError: Unable to avoid copy while creating an array as reque…"}},{"before":"9ba16d6d9252fd4d820fd1317a41af6bd9aefd23","after":"e8806d607403cf0f2634d4c5ac464109fdc7d4af","ref":"refs/heads/main","pushedAt":"2024-06-11T14:58:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Speedup GeneralizedRCNNRunner\n\nSummary:\nChanges made:\n1. Increased number of workers to 32 (also tried 64 but QPS diminishes), enabled memory pinning and prefetch next batch to GPU on a separate stream.\n2. Reduce from 8 to 2 nodes to pack more GPU computation and increase SM util. Keep global batch size constant (increase local batch size 4x).\n\nFor the above I had to create a custom d2go runner inheriting from GeneralizedRCNNRunner, happy to rename to anything else.\n\nReviewed By: debowin\n\nDifferential Revision: D57857119\n\nfbshipit-source-id: d2c38af6dd8b1070c6da14799cfc5b44a4ca9687","shortMessageHtmlLink":"Speedup GeneralizedRCNNRunner"}},{"before":"0df2d73d0013db7de629602c23cc120219b4f2b8","after":"9ba16d6d9252fd4d820fd1317a41af6bd9aefd23","ref":"refs/heads/main","pushedAt":"2024-06-06T04:04:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add linux and windows cpu tests\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5299\n\nadd linux and windows cpu tests from circleci\n\nReviewed By: wat3rBro\n\nDifferential Revision: D58021661\n\nfbshipit-source-id: 768df812f31520d30354db59a6566c9281130884","shortMessageHtmlLink":"add linux and windows cpu tests"}},{"before":"39d77a7404209f91c0d581676d8b2eec3818cb79","after":"0df2d73d0013db7de629602c23cc120219b4f2b8","ref":"refs/heads/main","pushedAt":"2024-05-29T18:46:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update onnx test skip condition\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5297\n\nonnx test was being skipped by checking version == 1.16.0.\nBut onnx released version 1.16.1 which still fails the test but no longer skips.\n\nNow, the test is skipped for 1.16.1 as well as any future versions\n\nReviewed By: wat3rBro\n\nDifferential Revision: D57917730\n\nfbshipit-source-id: c40c9b17aab9560ebfd495d4b6d7d64cc77f5a09","shortMessageHtmlLink":"Update onnx test skip condition"}},{"before":"79f914785a87b80565381f4489b129e633c4efb5","after":"39d77a7404209f91c0d581676d8b2eec3818cb79","ref":"refs/heads/main","pushedAt":"2024-05-29T16:46:55.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add gpu linux tests in github actions\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5293\n\nPull Request: https://github.com/facebookresearch/detectron2/pull/5293\n\nMigrate circleci gpu test to github actions\nthe rocm version of torch was being installed earlier:\n {F1644370316}\n\nNow torch should be the cuda version\n\nReviewed By: wat3rBro\n\nDifferential Revision: D57598325\n\nfbshipit-source-id: 5bd496c1e9b9d878c32241db804003e1136894fe","shortMessageHtmlLink":"Add gpu linux tests in github actions"}},{"before":"0ae803b1449cd2d3f8fa1b7c0f59356db10b3083","after":"79f914785a87b80565381f4489b129e633c4efb5","ref":"refs/heads/main","pushedAt":"2024-05-21T21:42:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove cirrcleci comment\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5294\n\nremoves a comment about running tests in circleci\n\nReviewed By: wat3rBro\n\nDifferential Revision: D57624228\n\nfbshipit-source-id: 4a6c2f761ee5b65b6c8818a5bac11a0e09558a5b","shortMessageHtmlLink":"Remove cirrcleci comment"}},{"before":"5c380fdfc62b0124204155d6be3b1016e3dadb2d","after":"0ae803b1449cd2d3f8fa1b7c0f59356db10b3083","ref":"refs/heads/main","pushedAt":"2024-05-08T05:20:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"small fixes of github CI\n\nSummary:\nX-link: https://github.com/facebookresearch/d2go/pull/662\n\n- d2go: aws model zoo is not available anymore, disable the test in oss.\n- d2: scripts running at midnight hitting rate limit issue, change it to a random time.\n\nDifferential Revision: D57085427\n\nfbshipit-source-id: 8dc24b2a7996c8ae5ed8808c3301af2851c15a14","shortMessageHtmlLink":"small fixes of github CI"}},{"before":"8f22855e1217be26910d28aedecb3dd6771b83c1","after":"5c380fdfc62b0124204155d6be3b1016e3dadb2d","ref":"refs/heads/main","pushedAt":"2024-05-03T22:05:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fix Github actions\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5274\n\nAdd a new test to cover PyTorch 2.0 (we'll probably drop the support for 1.x).\n\nReviewed By: ayushidalmia\n\nDifferential Revision: D56911192\n\nfbshipit-source-id: cc57079319c2f3aac285c232791ea399599dead9","shortMessageHtmlLink":"fix Github actions"}},{"before":"bce6d7262b1065498481be1d6708c8dbb142975a","after":"8f22855e1217be26910d28aedecb3dd6771b83c1","ref":"refs/heads/main","pushedAt":"2024-05-03T21:28:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"reapply linter & upgrade black to 24.3.0\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5275\n\nUpgrade the `black` and `flake8` versions to match FB internal. Re-run the `./vision/fair/detectron2/dev/linter.sh` to reapply linter. Manually fix lint errors.\n\nDifferential Revision: D56913399\n\nfbshipit-source-id: 0e33fd3a888596871ad641a1c43562a61b50556a","shortMessageHtmlLink":"reapply linter & upgrade black to 24.3.0"}},{"before":"3eef7a58ad5bf78c2dadd184e94fc65f31804196","after":"bce6d7262b1065498481be1d6708c8dbb142975a","ref":"refs/heads/main","pushedAt":"2024-05-02T18:21:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Make lightning reproducible\n\nSummary:\nX-link: https://github.com/facebookresearch/d2go/pull/661\n\nX-link: https://github.com/fairinternal/detectron2/pull/603\n\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5273\n\nIn this diff we make changes to ensure we can control reproducibility in d2go:\n\n- update setup.py to enforce deterministic performance if set via config\n- set lightning parameters if deterministic is passed:\n\n```\n {\n \"sync_batchnorm\": True,\n \"deterministic\": True,\n \"replace_sampler_ddp\": False,\n }\n```\n- allow passing prefetch_factor, pin_memory, persistent_memory as args to batch dataloader.\n- minor fix in training sampler\n\nDifferential Revision: D55767128\n\nfbshipit-source-id: eeab50c95969a91c58f1773473b6fc666494cc16","shortMessageHtmlLink":"Make lightning reproducible"}},{"before":"92ae9f0b92aba5867824b4f12aa06a22a60a45d3","after":"3eef7a58ad5bf78c2dadd184e94fc65f31804196","ref":"refs/heads/main","pushedAt":"2024-05-01T04:50:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"upgrade pyre version in `fbcode/vision` - batch 1\n\nDifferential Revision: D56775540\n\nfbshipit-source-id: b55057be44b138242a422aa39fa364a2e74c2db8","shortMessageHtmlLink":"upgrade pyre version in fbcode/vision - batch 1"}},{"before":"181aae36820af025eed1e33e58390f7ed9261e1a","after":"92ae9f0b92aba5867824b4f12aa06a22a60a45d3","ref":"refs/heads/main","pushedAt":"2024-04-24T17:00:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix for D55776288\n\nSummary:\nD55776288 broke some detectron2 tests\nThis fixes that\n\nDifferential Revision: D56486150\n\nfbshipit-source-id: 530bdd4bc1c3d86917f94a2d79e45af266afc611","shortMessageHtmlLink":"Fix for D55776288"}},{"before":"a59f05630a8f205756064244bf5beb8661f96180","after":"181aae36820af025eed1e33e58390f7ed9261e1a","ref":"refs/heads/main","pushedAt":"2024-04-23T04:08:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"E2E OCR Python Predictor Setup\n\nSummary: Python predictor setup for e2e ocr recognition model with detection + recognition. It currently takes non-normalized images (0.0 to 1.0)\n\nDifferential Revision: D55776288\n\nfbshipit-source-id: b8779b065f9ad6c1599d50aefbd546c30587eeb1","shortMessageHtmlLink":"E2E OCR Python Predictor Setup"}},{"before":"9ca668968de7f3230c67b1b572e594c0797eff30","after":"a59f05630a8f205756064244bf5beb8661f96180","ref":"refs/heads/main","pushedAt":"2024-04-17T16:03:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"rc4 qat finetune data loading\n\nSummary:\nWith this diff, we are able to reproce the data loading based on the final rc4 model config\n\n## Changes\n1. Support category frequency as per instance weights instead of dataset level weights\n2. Update rc4 qat finetune model config\n3. Use naive sync BN in rc4 backbone\n\nReviewed By: stephenyan1231\n\nDifferential Revision: D56121350\n\nfbshipit-source-id: 554446995ec9435ce439d7e454fe6ccf84a30934","shortMessageHtmlLink":"rc4 qat finetune data loading"}},{"before":"b7c7f4ba82192ff06f2bbb162b9f67b00ea55867","after":"9ca668968de7f3230c67b1b572e594c0797eff30","ref":"refs/heads/main","pushedAt":"2024-04-15T23:37:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Replace eval() with ast.literal_eval() for security reasons\n\nSummary:\nContext: T176600074\n\nAs per https://www.internalfb.com/intern/staticdocs/pyre/docs/fb/warning_codes/code-5001, one of the recommended solutions is to replace eval() with ast.literal_eval()\n\nReviewed By: wat3rBro\n\nDifferential Revision: D56144071\n\nfbshipit-source-id: 28f90ccbadb74455b70062ec0f058ae84ce402ee","shortMessageHtmlLink":"Replace eval() with ast.literal_eval() for security reasons"}},{"before":"afe9eb920646102f7e6bf0cd2115841cea2aca13","after":"b7c7f4ba82192ff06f2bbb162b9f67b00ea55867","ref":"refs/heads/main","pushedAt":"2024-04-03T02:21:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"upgrade pyre version in `fbcode/vision` - batch 1\n\nDifferential Revision: D55650143\n\nfbshipit-source-id: 5fda0cb05e972abafe627bd882e318b410134f2f","shortMessageHtmlLink":"upgrade pyre version in fbcode/vision - batch 1"}},{"before":"eb96ee1d4752ff5896f623f738641fba9c755237","after":"afe9eb920646102f7e6bf0cd2115841cea2aca13","ref":"refs/heads/main","pushedAt":"2024-03-28T06:55:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add DATALOADER.REPEAT_SQRT\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5245\n\nX-link: https://github.com/fairinternal/detectron2/pull/602\n\nFor sampler **RepeatFactorTrainingSampler**, current per-category weight is computed as **1/sqrt(frequency)**.\n\nThis works fine on LVIS but is not sufficient in highly imbalanced data we have for person segmentation.\n\nThus we add an argument **DATALOADER.REPEAT_SQRT**. If false, we compute per-category weight as **1/frequency**.\n\nThis change is entirely back-compatible.\n\nReviewed By: wat3rBro\n\nDifferential Revision:\nD55355021\n\nPrivacy Context Container: L1165023\n\nfbshipit-source-id: 6bca2eecc3b9a7b4693a288c5779627254cd5ec5","shortMessageHtmlLink":"add DATALOADER.REPEAT_SQRT"}},{"before":"cc9266c2396d5545315e3601027ba4bc28e8c95b","after":"eb96ee1d4752ff5896f623f738641fba9c755237","ref":"refs/heads/main","pushedAt":"2024-03-22T10:09:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"upgrade pyre version in `fbcode/vision` - batch 1\n\nDifferential Revision: D55200378\n\nfbshipit-source-id: ff3bd1a2041fb4295b1eceacad4fec7a3182121c","shortMessageHtmlLink":"upgrade pyre version in fbcode/vision - batch 1"}},{"before":"f3a463104ad99e55b87422b5753ea34723ee272e","after":"cc9266c2396d5545315e3601027ba4bc28e8c95b","ref":"refs/heads/main","pushedAt":"2024-03-11T08:31:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"simple: logging per-category frequency and weights in repeat_factors_from_category_frequency()\n\nSummary:\nX-link: https://github.com/fairinternal/detectron2/pull/601\n\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5235\n\nWhen we do weighted sampling based on per-category frequency, we would like to know the actual per-category frequency and weights.\n\nSo we add logging to print those out.\n\n# CI Test\nI do not think CI test failure is caused by this diff.\n\nReviewed By: karla-b\n\nDifferential Revision: D54671306\n\nfbshipit-source-id: 1bc0b2e80a6166ba0c05ff40e66836219b5e78c7","shortMessageHtmlLink":"simple: logging per-category frequency and weights in repeat_factors_…"}},{"before":"376c930600ca56776d63df8f3ad3defefe00d951","after":"f3a463104ad99e55b87422b5753ea34723ee272e","ref":"refs/heads/main","pushedAt":"2024-03-05T23:20:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add font_size_scale argument to Visualizer\n\nSummary:\nX-link: https://github.com/fairinternal/detectron2/pull/600\n\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5230\n\nFor small image, such as QVGA 320 * 256, default font size is too large. Thus, we add an optional argument **font_size_scale** to allow more control over font size\n\nNote\n- CircleCITest test failures are NOT caused by this diff. Their failure error is like\n\n```\nJob was rejected because resource class gpu.nvidia.small, image ubuntu-1604-cuda-11.1:202012-01 is not a valid resource class\n```\n\nReviewed By: wat3rBro\n\nDifferential Revision: D54528350\n\nfbshipit-source-id: 85850ae740858495f3196f49ce9e6e28203f76c0","shortMessageHtmlLink":"add font_size_scale argument to Visualizer"}},{"before":"10d074bfecc81653548511bf6eb903942ef32988","after":"376c930600ca56776d63df8f3ad3defefe00d951","ref":"refs/heads/main","pushedAt":"2024-03-05T22:27:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add jittering argument to Visualizer.draw_instance_predictions()\n\nSummary:\nPull Request resolved: https://github.com/facebookresearch/detectron2/pull/5229\n\nMajor changes\n- add an optional argument **jittering** so that color jittering can be disabled as needed. Disabling color jittering is needed when we visualize model segmentation predictions over frames from a video where color encoding should be consistent across frames.\n- This change is back-compatible\n\nNote\n- CircleCITest test failures are NOT caused by this diff. Their failure error is like\n\n```\nJob was rejected because resource class gpu.nvidia.small, image ubuntu-1604-cuda-11.1:202012-01 is not a valid resource class\n```\n\nReviewed By: wat3rBro\n\nDifferential Revision: D54449713\n\nfbshipit-source-id: 6f5f517e968e0b8fbb0abf25d9bd90c75b1e903d","shortMessageHtmlLink":"add jittering argument to Visualizer.draw_instance_predictions()"}},{"before":"3ff5dd1cff4417af07097064813c9f28d7461d3c","after":"10d074bfecc81653548511bf6eb903942ef32988","ref":"refs/heads/main","pushedAt":"2024-03-05T02:41:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Pyre Configurationless migration for] [batch:85/112] [shard:6/N]\n\nReviewed By: inseokhwang\n\nDifferential Revision: D54438157\n\nfbshipit-source-id: a6acfe146ed29fff82123b5e458906d4b4cee6a2","shortMessageHtmlLink":"Pyre Configurationless migration for] [batch:85/112] [shard:6/N]"}},{"before":"e70b9229d77aa39d85f8fa5266e6ea658e92eed3","after":"3ff5dd1cff4417af07097064813c9f28d7461d3c","ref":"refs/heads/main","pushedAt":"2024-02-08T01:21:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Pass cfg.SEED to dataloader building\n\nSummary:\nX-link: https://github.com/facebookresearch/d2go/pull/651\n\nAs title, so that dataloading is deterministic when `cfg.SEED` is set.\n\nReviewed By: navsud\n\nDifferential Revision: D53547772\n\nfbshipit-source-id: 73cfd2b351e81b370fb721a4f7b7c2a6313470bd","shortMessageHtmlLink":"Pass cfg.SEED to dataloader building"}},{"before":"b7ff9466d174fbb7061ff6d3773cd9c372a8e56f","after":"e70b9229d77aa39d85f8fa5266e6ea658e92eed3","ref":"refs/heads/main","pushedAt":"2024-01-31T15:48:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"vision/fair\n\nReviewed By: zsol\n\nDifferential Revision: D53258682\n\nfbshipit-source-id: 3f006b5f31a2b1ffdc6323d3a3b08ac46c3162ce","shortMessageHtmlLink":"vision/fair"}},{"before":"59d9fb1b5593bf2b581e8f5a091a15e4a19fbd8b","after":"b7ff9466d174fbb7061ff6d3773cd9c372a8e56f","ref":"refs/heads/main","pushedAt":"2024-01-27T04:48:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"suppress errors in `vision/fair/detectron2/projects/DensePose`\n\nDifferential Revision: D53151994\n\nfbshipit-source-id: d6c46f89309eacc17571244525a5cfb133881c49","shortMessageHtmlLink":"suppress errors in vision/fair/detectron2/projects/DensePose"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsWsiKgA","startCursor":null,"endCursor":null}},"title":"Activity · facebookresearch/detectron2"}