beckel / nilm-eval

NILM-EVAL: An evaluation framework for non-intrusive load monitoring algorithms
GNU General Public License v2.0
108 stars 50 forks source link

how to run Oliver Parson's model with ECO or OPLDS (our own dataset)? #2

Open balajikalluri opened 9 years ago

balajikalluri commented 9 years ago

Hi Beckel,

After having done the troubleshooting two nights ago. I'd now prepared 1 set of OPL DataSet in format (2015-01-09.mat) very similar to that of yours "Appliance034920150110". Now I would like to use my dataset and run "nilm-eval/Matlab/algorithms/parson_alg" from NILM-EVAL repository. Could you guide as to where do I start the application demo? Alternatively, if you have a starting point (i.e.guide) to testing the same algo with ECO dataset atleast that could be fine as well.

Thanks & looking forward.

Balaji

beckel commented 9 years ago

Hi,

sorry for late response. Using another data set than the ECO data set should be possible in principle (see HOWTO.txt), but I haven’t tested it so far. It is important to specify the new data set in the config file, but I cannot guarantee that there is no shortcut in the code where it automatically reads the ECO data set instead of the data set provided by the config file. I would in your case do a debug run through the whole process to ensure the new data set is used everywhere.

If you want to use your algorithm with the ECO data set you just need to store the algorithm in Matlab/algorithms and specify the corresponding algorithm in the config file (algorithm: ‘youralgorithm’). This should work, I’ve tested it a couple of times.

Christian

On 24 Jan 2015, at 06:34, K M Balaji notifications@github.com wrote:

Hi Beckel,

After having done the troubleshooting two nights ago. I'd now prepared 1 set of OPL DataSet in format (2015-01-09.mat) very similar to that of yours "Appliance034920150110". Now I could like to use my dataset and run "nilm-eval/Matlab/algorithms/parson_alg" from your NILM-EVAL repository. Could you guide to as to where do I start the application demo? Alternatively, if you have a starting point (i.e.guide) to testing the same algo with ECO dataset atleast that could be fine as well.

Thanks & looking forward.

Balaji

— Reply to this email directly or view it on GitHub.

balajikalluri commented 9 years ago

Thanks Christian. I will try to do that when I am progressing through that stage. Will get in touch as and when needed.

Balaji

'Love All, Serve All' "Help Ever, Hurt Never"

Sent from my iPhone

On Feb 27, 2015, at 10:34 PM, beckel notifications@github.com wrote:

Hi,

sorry for late response. Using another data set than the ECO data set should be possible in principle (see HOWTO.txt), but I haven’t tested it so far. It is important to specify the new data set in the config file, but I cannot guarantee that there is no shortcut in the code where it automatically reads the ECO data set instead of the data set provided by the config file. I would in your case do a debug run through the whole process to ensure the new data set is used everywhere.

If you want to use your algorithm with the ECO data set you just need to store the algorithm in Matlab/algorithms and specify the corresponding algorithm in the config file (algorithm: ‘youralgorithm’). This should work, I’ve tested it a couple of times.

Christian

On 24 Jan 2015, at 06:34, K M Balaji notifications@github.com wrote:

Hi Beckel,

After having done the troubleshooting two nights ago. I'd now prepared 1 set of OPL DataSet in format (2015-01-09.mat) very similar to that of yours "Appliance034920150110". Now I could like to use my dataset and run "nilm-eval/Matlab/algorithms/parson_alg" from your NILM-EVAL repository. Could you guide to as to where do I start the application demo? Alternatively, if you have a starting point (i.e.guide) to testing the same algo with ECO dataset atleast that could be fine as well.

Thanks & looking forward.

Balaji

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.