Skip to content

Commit

Permalink
Add #42
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantn authored Apr 21, 2022
1 parent e57114d commit 0727979
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@ The open issues are not included here for now, just in case someone will ask fur
3. Replace `y_loc_img[0][0][0] < 0` with `img_metas[0]['is_unlabeled']` in `MIAOD_head.py` (_e.g._, Lines 479 and 565).
13. **Q: Unable to download pre-trained SSD model. (Issue [#42](../../../issues/42))**
**A:** The pre-trained SSD model [link](https://download.openmmlab.com/pretrain/third_party/vgg16_caffe-292e1171.pth) is available in [the latest version of mmcv](https://github.com/open-mmlab/mmcv/blob/master/mmcv/model_zoo/open_mmlab.json#L2).
After downloading, you can move it from the download folder to the default cache folder of the pre-trained model:
```bash
mv vgg16_caffe-292e1171.pth ~/.cache/torch/hub/checkpoints
```
## Paper Details
Expand Down

0 comments on commit 0727979

Please sign in to comment.