ln-s$LOST/tools/configs/*$D2/configs/LOST/. # Move LOST configs to D2
ln-s$LOST/tools/configs/*$D2/configs/LOST/. # Move LOST configs to D2
```
```
### Training a Class-Agnostic Detector (CAD) with LOST pseudo-annotations.
### Training a Class-Agnostic Detector (CAD) with LOST pseudo-annotations
Before launching a training, data must be formated to fit detectron2 and COCO styles. Following are the command lines to do this formatting for boxes predicted with LOST.
Before launching a training, data must be formated to fit detectron2 and COCO styles. Following are the command lines to do this formatting for boxes predicted with LOST.
# Train the detector on VOC2007 trainval set -- please be aware that no hungarian matching is used during training, so validation restuls are not meaningful (will be close to 0). Please use command bellow in order to evaluate results correctly.