- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using stick for the purpose of sound classification by using heat image of its frequency.
This image contains 2 channel ones which indicate stereo sound, but I don't understand how to change input number instead of 3 channel RGB.
Is it possible for me to change the input number down to less than 3?
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@KKK Yes, it should be possible to change the input number to less than 3. In your prototxt file, there should be an input header at the top that looks like:
input_shape {
dim: 1
dim: 3
dim: 227
dim: 227
}
The first dim represents the batch size (currently the NCS only supports a batch size of 1). The second dim is the number of channels and can be changed to suit whatever input the network requires.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page