"examples/git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "de7dc40f883ceed06344051c3c7ebd57da59cc53"
Add support for pseudo GT labels
Summary: With this diff, we add support for Pseudo-GT / machine-generated labels on a D2 (https://github.com/facebookresearch/d2go/commit/7992f91324aee6ae59795063a007c6837e60cdb8)Go dataset. The idea is to generate pseudo-GT early on a project and on a rolling basis replace these labels with human-GT as annotation progress occurs (which we know is costly). ## how to use To add pseudo-GT labels for a class (segmentation only), all that needs to be done is add the mask folder (with machine-generated labels) just like you would for human-generated labels **but with the "_pseudo-label" postfix**. After this, you'd have to register the dataset following the instructions in D32298220. ## example For example, say you're adding an **eyebrows** class to a dataset located in: `manifold://pai_mobile/tree/datasets/some_dataset/batch1`. You'd then add your `eyebrows` folder with all your machine-generated .PNGs as `eyebrows_pseudo-label` in `manifold://pai_mobile/tree/datasets/some_dataset/batch1/mask/eyebrows_pseudo-label`. After this, you'd have to register the dataset following the instructions in D32298220. Reviewed By: wenliangzhao2018 Differential Revision: D32298221 fbshipit-source-id: 230a862e6be69306fb5c119b778e14e12d1280e0
Showing
Please register or sign in to comment