You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/07/15 08:26:20 UTC

[jira] [Commented] (SINGA-215) Implement Image Transformation for Image Pre-processing

    [ https://issues.apache.org/jira/browse/SINGA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379013#comment-15379013 ] 

ASF subversion and git services commented on SINGA-215:
-------------------------------------------------------

Commit 7e050c120197d604f256e14e5d647f4c54164f57 in incubator-singa's branch refs/heads/dev from jixin
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=7e050c1 ]

SINGA-215 Implement Image Transformation for Image Pre-processing

Implement some of the image transformations (i.e., crop, resize, horizontal_mirror) for pre-processing stage.

Image resize need to use opencv library.

Currently image transformation only support one sample input each time.

Add static function resize, crop and mirror for image transformation.

Training phase use random crop and random mirror,
Evaluation phase use central crop and no mirror.

Cannot test phases for mirror because of a random factor.

Fix bugs in test files involving memory allocation and access.


> Implement Image Transformation for Image Pre-processing
> -------------------------------------------------------
>
>                 Key: SINGA-215
>                 URL: https://issues.apache.org/jira/browse/SINGA-215
>             Project: Singa
>          Issue Type: New Feature
>            Reporter: Xin Ji
>            Assignee: Xin Ji
>
> Implement image transformations include resize, crop, mirror.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)