easy-faster-rcnn.pytorch icon indicating copy to clipboard operation
easy-faster-rcnn.pytorch copied to clipboard

Add cpu for backward done. You can download here

Open fatalfeel opened this issue 4 years ago • 0 comments

https://www.mediafire.com/file/ehhg3r2hxe8yb8j/faster_rcnn.tar.xz

  1. fixed warning in pytorch
  2. install_data.sh will prepare all package install and cpp build
  3. python3 ./train.py --dataset voc2007 --backbone resnet101 --cuda True
  4. python3 ./train.py --dataset voc2007 --backbone resnet101
    step 4 is for cpu - test ok

by Jesse Stone

fatalfeel avatar Apr 09 '21 02:04 fatalfeel