Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Evan Shelhamer a6cb8ec62c [examples] sequence and revise notebooks
- combine classification + filter visualization
- order by classification, learning LeNet, brewing logreg, and
  fine-tuning to flickr style
- improve flow of content in classification + filter visualization
- include solver needed for learning LeNet
- edit notebook descriptions for site catalogue
2015-06-30 15:15:02 -07:00
Sebastián Ramírez 2fed2a998a Update IPython Notebooks to version 4 2015-05-18 10:21:44 -05:00
PETER_GAO a57d19d9de Fix RCNN model fetching script 2015-04-24 19:49:07 -07:00
Evan Shelhamer 26c16bf414 [pycaffe] switch examples to Transformer
This is a quick translation of the examples to the caffe.io.Transformer
interface. The results are not strictly identical to the earlier
implementation! The models now use a mean pixel instead of a mean image
for simplicity. The output classifications and detections are preserved
but scores may differ.

Note: the examples will be rewritten to make use of `caffe.Net` alone
since it is the true interface, but not yet.
2015-02-18 20:59:40 -08:00
Evan Shelhamer e146423f2d [docs] order ipython notebooks 2014-09-18 21:25:10 -07:00
Sergey Karayev bc601e9060 minor fixes to docs 2014-09-04 03:59:14 +01:00
Sergey Karayev da715ea07a removed mention of getting_pretrained_models page and old paths 2014-09-04 03:59:14 +01:00
Evan Shelhamer 944361e27e [example] change notebook name metadata to avoid conflict
see https://github.com/ipython/ipython/issues/5686
2014-08-13 09:59:53 -07:00
Evan Shelhamer bb903025df [example] fix plt commands in detection 2014-08-13 09:59:52 -07:00
Evan Shelhamer d5c3cef471 fix pycaffe input processing
- load an image as [0,1] single / np.float32 according to Python convention
- fix input scaling during preprocessing:
  - scale input for preprocessing by `raw_scale` e.g. to map an image
    to [0, 255] for the CaffeNet and AlexNet ImageNet models
  - scale feature space by `input_scale` after mean subtraction
  - switch examples to raw scale for ImageNet models
  - fix #525
- preserve type after resizing.
- resize 1, 3, or K channel images with special casing between
  skimage.transform (1 and 3) and scipy.ndimage (K) for speed
2014-08-05 23:17:59 -07:00
Sergey Karayev 9c61462cac back-merging [docs] changes and web demo [example] addition; updating
net_surgery example to new format

Conflicts:
	docs/getting_pretrained_models.md
	docs/index.md
2014-07-12 09:25:23 -07:00
Sergey Karayev 0de282ce21 [docs] moved example md’s to examples/**/md’s and added script to gather
them for publication
2014-07-11 13:49:07 -07:00
Evan Shelhamer 9882d47dad finish R-CNN detection example
- run through and save new output
- collect region proposals with R-CNN configuration (see sergeyk/selective_search_ijcv_with_python)
- call detect.py in GPU mode
- fix NMS plotting: X and Y coords were accidentally exchanged. print scores too.
2014-06-10 10:15:32 -07:00
Evan Shelhamer 186f521348 edit detection example, include R-CNN NMS 2014-06-09 19:46:07 -07:00
Evan Shelhamer d443d4611e make R-CNN the Caffe detection example 2014-06-09 18:14:26 -07:00
Evan Shelhamer 42bf2d2717 update notebook examples with new wrapper usage, re-organize 2014-05-20 12:16:09 -07:00