Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Min-Entropy Latent Model for Weakly Supervised Object Detection

NotificationsYou must be signed in to change notification settings

WanFang13/MELM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simplified version of MELM with context in PyTorch is released[here] byvasgaowei.

Prerequisites

  • Linux (tested on ubuntu 14.04LTS)
  • NVIDIA GPU + CUDA CuDNN
  • Torch7

Getting started

  1. Install the dependencies

    luarocks install hdf5 matio protobuf rapidjson loadcaffe xml
  2. Download dataset, proposals and ImageNet pre-trained model

    Download VOC2007 from:http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tarhttp://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar

    Download proposals from:https://dl.dropboxusercontent.com/s/orrt7o6bp6ae0tc/selective_search_data.tgz

    Download VGGF from:http://www.robots.ox.ac.uk/~vgg/software/deep_eval/releases/bvlc/VGG_CNN_F.caffemodelhttps://gist.githubusercontent.com/ksimonyan/a32c9063ec8e1118221a/raw/6a3b8af023bae65669a4ceccd7331a5e7767aa4e/VGG_CNN_F_deploy.prototxt

    The data folder has the following structure:

    $MELM/data/datasets/VOCdevkit_2007/$MELM/data/datasets/VOCdevkit_2007/VOCcode$MELM/data/datasets/VOCdevkit_2007/VOC2007$MELM/data/datasets/VOCdevkit_2007/...$MELM/data/datasets/proposals/$MELM/data/models/$MELM/data/results/
  3. Install functions

    cd ./MELMexport DIR=$(pwd)cd$DIR/utils/c-cuda-functionssh install.shcd$DIR/layersluarocks make
  4. Train and test

    cd$DIRsh Run_MELM.sh 0 VOC2007 VGGF SSW 0.1 None melm

Acknowledgements

This work would not have been possible without prior work: Vadim Kantorov'scontextlocnet, Spyros Gidaris'sLocNet, Sergey Zagoruyko'sloadcaffe, Facebook FAIR'sfbnn/Optim.lua.

About

Min-Entropy Latent Model for Weakly Supervised Object Detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp