Reiase's Blog

Happy coding

模拟Matlab工作空间的Python脚本

Reiase posted @ 2010年7月30日 22:05 in Python with tags python shell matlab , 2947 阅读

最近做Adaboost人脸检测训练,感觉为每一个功能都写一个命令行入口太麻烦,比如,三种训练算法,其Python实现的入口分别是train_1, train_2, train_3。通常需要为每一个训练算法写一个入口脚本,接受命令行参数,完成对训练算法的调用。但是这样太繁琐了,工作目录下一下子多出好多文件,而且要保持训练算法和对应入口脚本的一致性。我编写了一个从shell直接调用python函数的小工具,省去了编写入口脚本的麻烦。比如如下定义的Python函数(foo.py)

def foofunc(arg1, arg2, arg3):
    ...
    return retval

可通过如下命令调用:

$ ./script foofunc@foo arg1 arg2 arg3

为了能够向函数传递对象作为实参,引入了workspace的概念:workspace是一个路径,下边存放pickle格式的串行化对象。对于传递给函数的实参arg_n,script脚本首先检查workspace下是否存在同名文件,若存在就从该文件读取对象,若不存在,script脚本尝试把arg_n作为Python表达式来求值,并把该值作为函数实参,若求值失败,则arg_n作为字符串处理。可以通过等号操作向workspace内的变量赋值(实际上是把值保存到workspace下的文件)

./script foofunc@foo argv1 argv2 argv3 = retval

 

小工具由两个短文件实现:

script脚本,python函数的命令行入口

 

#!/usr/bin/env python
import sys
import cPickle as pickle

from utils import workspace as ws

sargv = sys.argv[1:]
argv = []
outfile = ''

try:
	eqind = sargv.index('=')
	argv = sargv[:eqind]
	outfile = sargv[eqind+1]
except:
	argv = sargv
	outfile = ''

re = ws.command(argv)

if not outfile:
    sys.stdout.write(pickle.dumps(re))
else:
    ws.save(re, outfile)

workspace支持workspace.py

 

import cPickle as pickle
import os

from utils import tlog

LOG = tlog.get(__name__)

def save(value, name):
    with open(os.path.join('workspace',name), 'w') as f:
        pickle.dump(value, f)
    LOG.info("Saving workspace variable: %s", name)

def load(name):
    with open(os.path.join('workspace',name)) as f:
        value = pickle.load(f)
    LOG.info("Loading workspace variable: %s",name)
    return value

def wseval(x):
    if os.path.isfile(os.path.join('workspace', x)):
        return load(x)
    try:
        re = eval(x)
        LOG.info("Eval code: %s",x)
        return re
    except:
        LOG.info("String argument: %s",x)
        return x

def command(argv):
    funname, modname = argv[0].split('@')
    mod = __import__(modname, fromlist=[argv[0]])
    fun = eval('mod.'+funname)
    try:
        nkw = filter(lambda x:not x.startswith('--'), argv[1:])
        nkw = map(wseval, nkw)
    except:
        nkw = []
    try:
        kws = filter(lambda x: x.startswith('--'), argv[1:])
        kws = map(lambda x: x.replace('--', '').split('='), kws)
        kws = dict( map(lambda x:tuple(x[0],wsevalx[1]), kws) )
    except:
        kws = {}
    if callable(fun):
        LOG.info("Excuting %s",argv)
        re = apply(fun, nkw, kws)
        LOG.info("Finish excute %s", argv)
        return re
    else:
        return fun

 

Avatar_small
Assam HSLC Evs Model 说:
2022年9月28日 00:53

Every student of Assam Government and Private school class 10th standard student can download SEBA Question Paper for EVS by expert reference to guessing important questions for all chapters of EVS to all mediums of Hindi, English, Assamese, Bengali, Bodo, Manipuri, Garo, Nepali Medium general, Assam HSLC Evs Model Paper curriculum and vocational course students to the academic year of 2023.very student of Assam Government and Private school class 10th standard student can download SEBA Question Paper for EVS by expert reference to guessing important questions for all chapters of EVS to all mediums

Avatar_small
먹튀폴리스신고 说:
2024年3月05日 14:30

Magnificent website. Lots of useful statistics proper right right here. I’m sending it to three friends ans additionally sharing in delicious. And certainly, thanks for your sweat!

Avatar_small
온라인카지노추천 说:
2024年3月05日 14:45

How can i make bigger the variety of a Wireless N router? I have an Xtreme N hand held router (Dlink). I should amplify the reach in the wireless signal. I understand a way to do it for the G signal. I need to know how to do the idea for an N sign. Is it feasible employ ordinary N routers as repeaters. If so, a way to configure them. Thanks for that data.

Avatar_small
카지노헌터 说:
2024年3月05日 14:49

Nice post. I discover a few element extra hard on severa blogs normal. It will normally be stimulating to look at content fabric off their writers and use a chunk a few issue at their shop. I’d favor to comply with certain with the content material in my blog whether or not you don’t mind. Natually I’ll offer you with a hyperlink to your internet weblog. Thanks for sharing.

Avatar_small
메이저토토사이트 说:
2024年3月05日 14:58

Magnificent website. Lots of useful statistics proper right right here. I’m sending it to three friends ans additionally sharing in delicious. And certainly, thanks for your sweat!

Avatar_small
카지노사이트 说:
2024年3月05日 15:02

Awesome and truely exciting positioned up right here. I very lots experience web sites that need to do with dropping weight, in order that is right to me to find out what you've got right here. Keep up the exquisite artwork! The manner to shed pounds fast

Avatar_small
메이저토토사이트 说:
2024年3月05日 15:28

Thanks for taking the time to discuss this, I feel strongly that love and read more on this topic. Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.ThanksYou make so many great points here that I read your article a couple of times. Your views are in accordance with my own for the most part. This is great content for your readers.You make so many great points here that I read your article a couple of times. Your views are in accordance with my own for the most part. This is great content for your readers.

Avatar_small
토토사이트추천 说:
2024年3月05日 15:29

There are very a notable deal of information this way to reflect onconsideration on. It surely is a tremendous factor to retrieve. I offer the mind above as wellknown suggestion but actually there are questions together with the one you retrieve the spot that the most important factor are going to be getting work carried out in sincere properly religion. I don?T decide if high-quality practices have emerged round matters consisting of that, however Almost truly that the process is clearly described as a honest sport. Both boys and women have the effect of most effective a second’s satisfaction, through-out their lives.

Avatar_small
안전놀이터추천 说:
2024年3月05日 15:32

One factor I would love to mention is that vehicle coverage canceling is a feared experience so in case you’re doing the proper things as being a driving force you received’t get one. A variety of human beings do acquire the awareness that they’ve been officially dropped by means of their coverage agency they then need to warfare to get supplemental insurance after a cancellation. Cheap automobile coverage prices usually are tough to get from cancellation. Knowing the principle reasons for auto coverage canceling can assist human beings prevent doing away with in one of the maximum essential privileges without difficulty to be had. Thanks for the thoughts shared via your blog.

Avatar_small
บาคาร่าออนไลน์ 说:
2024年3月05日 15:53

One extra essential problem is that if you are a mature person, tour insurance for pensioners is something you want to truely examine. The greater mature you are, lots extra at risk you’re for purchasing some thing bad occur to you even as abroad. If you are not necessarily included by means of some complete insurance coverage, you may have quite some severe challenges. Thanks for discussing your top recommendations on this net internet site.

Avatar_small
먹튀사이트 说:
2024年3月05日 15:54

*When I to begin with commented I clicked the -Notify me at the same time as new remarks are added- checkbox and now each time a commentary is brought I get 4 emails with the equal commentary. Is there any manner you may eliminate me from that service? Thanks!

Avatar_small
ok토토먹튀검증 说:
2024年3月05日 16:06

I don’t even realise how I ended up proper right here, however I concept this publish modified into excellent. Fototapety I do now not apprehend who you're but absolutely you’re going to a famous blogger if you aren’t already Cheers!

Avatar_small
안전토토사이트 说:
2024年3月05日 16:09

Oh my goodness! A notable submit dude. Thanks However We’re experiencing problem with ur rss . Do no longer apprehend why Not able to sign on in it. Will there be really all people getting identical rss catch 22 situation? Anybody who knows kindly respond. Thnkx

Avatar_small
먹튀검증 说:
2024年3月05日 16:43

This article can be very attractive to questioning humans like me. It’s no longer quality perception-horrifying, it draws you in from the beginning. This is nicely-written content fabric. The perspectives here are also attractive to me. Thank you.

Avatar_small
토토팡 说:
2024年3月05日 16:43

I am now not positive wherein you have become your facts, however wonderful subject matter. I needs to spend some time learning greater or information extra. Thanks for first rate records I turned into looking for this info for my undertaking.

Avatar_small
사설토토 说:
2024年3月05日 16:50

I hope this helps almost anyone searching for this type of topic. I think this website is the best for such topics. Good work and quality of article.

Avatar_small
먹튀검증커뮤니티 说:
2024年3月05日 16:50

I don’t even realise how I ended up proper right here, however I concept this publish modified into excellent. Fototapety I do now not apprehend who you're but absolutely you’re going to a famous blogger if you aren’t already Cheers!

Avatar_small
우리카지노계열 说:
2024年3月05日 16:51

My neighbor and I were sincerely debating this particular topic, he’s usually attempting to find to show me wrong. Your view on this is fine and exactly how I without a doubt feel. I really now mailed him this internet site to suggest him your personal view. After searching over your website I ebook marked and may be coming lower back to examine your new posts!

Avatar_small
토토사이트 说:
2024年3月05日 17:09

Awesome article, it was exceptionally helpful! I simply began in this and I'm becoming more acquainted with it better! Cheers, keep doing awesome!Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.I love seeing blog that understand the value of providing a quality resource for free.I’m going to read this. I’ll be sure to come back. thanks for sharing. and also This article gives the light in which we can observe the reality. this is very nice one and gives indepth information. thanks for this nice article...I’m going to read this. I’ll be sure to come back. thanks for sharing. and also This article gives the light in which we can observe the reality. this is very nice one and gives indepth information. thanks for this nice article...

Avatar_small
토토사이트 说:
2024年3月05日 17:10

Thanks for taking the time to discuss this, I feel strongly that love and read more on this topic. Wow, What a Excellent post. I really found this to much informatics. It is what i was searching for.I would like to suggest you that please keep sharing such type of info.ThanksYou make so many great points here that I read your article a couple of times. Your views are in accordance with my own for the most part. This is great content for your readers.You make so many great points here that I read your article a couple of times. Your views are in accordance with my own for the most part. This is great content for your readers.

Avatar_small
먹튀검증 说:
2024年3月05日 17:53

With havin plenty written content material fabric fabric do you ever run into any issues of plagorism or copyright violation? My net web site has lots of one in every of a type content material material cloth I’ve both written myself or outsourced however it seems quite a few it is popping it up everywhere inside the net without my settlement. Do any answers to assist lessen content fabric from being ripped off? I’d really apprehend it.

Avatar_small
먹튀검증 说:
2024年3月05日 17:53

One extra essential problem is that if you are a mature person, tour insurance for pensioners is something you want to truely examine. The greater mature you are, lots extra at risk you’re for purchasing some thing bad occur to you even as abroad. If you are not necessarily included by means of some complete insurance coverage, you may have quite some severe challenges. Thanks for discussing your top recommendations on this net internet site.

Avatar_small
안전놀이터 说:
2024年3月05日 17:54

One problem I need to touch upon is that weight loss software speedy can be performed through the perfect eating regimen and exercise. Someone’s size no longer most effective impacts the advent, but also the general top notch of lifestyles. Self-esteem, despression signs and symptoms, fitness dangers, at the facet of physical talents are impacted in an boom in weight. It is viable to simply make the whole thing right however nevertheless advantage. In this type of scenario, a systematic trouble can be the perpetrator. While excessive food and in no way enough frame exercise are normally responsible, not unusual medical situations and extensive prescriptions may additionally appreciably increase length. Thx to your positioned up proper right here.

Avatar_small
메이저사이트순위 说:
2024年3月05日 19:13

I don’t even realise how I ended up proper right here, however I concept this publish modified into excellent. Fototapety I do now not apprehend who you're but absolutely you’re going to a famous blogger if you aren’t already Cheers!

Avatar_small
토토하이 说:
2024年3月05日 19:14

There are very a notable deal of information this way to reflect onconsideration on. It surely is a tremendous factor to retrieve. I offer the mind above as wellknown suggestion but actually there are questions together with the one you retrieve the spot that the most important factor are going to be getting work carried out in sincere properly religion. I don?T decide if high-quality practices have emerged round matters consisting of that, however Almost truly that the process is clearly described as a honest sport. Both boys and women have the effect of most effective a second’s satisfaction, through-out their lives.

Avatar_small
카지노사이트추천 说:
2024年3月05日 20:07

I hope this helps almost anyone searching for this type of topic. I think this website is the best for such topics. Good work and quality of article.

Avatar_small
바카라게임 说:
2024年3月05日 20:08

I know your expertise on this. I must say we should have an online discussion on this. Writing only comments will close the discussion straight away! And will restrict the benefits from this information.I can see that you are an expert at your field! I am launching a website soon, and your information will be very useful for me.. Thanks for all your help and wishing you all the success in your business.Great write-up, I am a big believer in commenting on blogs to inform the blog writers know that they’ve added something worthwhile to the world wide web!..I havent any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.

Avatar_small
먹튀뱅크 说:
2024年3月05日 20:08

I count on that could be a charming detail, it made me assume a bit. Thanks for sparking my thinking cap. Every now after which I get such lots in a rut that I just sincerely sense like a file.

Avatar_small
토토사이트 说:
2024年3月05日 20:46

I hope this helps almost anyone searching for this type of topic. I think this website is the best for such topics. Good work and quality of article.

Avatar_small
카지노쿠폰 说:
2024年3月05日 20:47

Nice post! This is a very nice blog that I will definitively come back to more times this year! Thanks for informative post.Anyways I am here now and could just like to say thank for a tremendous post and a all round entertaining website. Please do keep up the great work.

Avatar_small
메이저안전놀이터 说:
2024年3月05日 20:47

I know your expertise on this. I must say we should have an online discussion on this. Writing only comments will close the discussion straight away! And will restrict the benefits from this information.I can see that you are an expert at your field! I am launching a website soon, and your information will be very useful for me.. Thanks for all your help and wishing you all the success in your business.Great write-up, I am a big believer in commenting on blogs to inform the blog writers know that they’ve added something worthwhile to the world wide web!..I havent any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us.

Avatar_small
메이저놀이터홍보 说:
2024年3月05日 20:59

One extra essential problem is that if you are a mature person, tour insurance for pensioners is something you want to truely examine. The greater mature you are, lots extra at risk you’re for purchasing some thing bad occur to you even as abroad. If you are not necessarily included by means of some complete insurance coverage, you may have quite some severe challenges. Thanks for discussing your top recommendations on this net internet site.

Avatar_small
먹튀검증 说:
2024年3月05日 21:07

We are really grateful for your blog post. You will find a lot of approaches after visiting your post. I was exactly searching for. Thanks for such post and please keep it up. Great work.Really a great addition. I have read this marvelous post. Thanks for sharing information about it. I really like that. Thanks so lot for your convene.

Avatar_small
토토지존 说:
2024年3月05日 21:46

QuickBooks is the biggest accounting software in the world. One of the most common error series in QuickBooks is the “H” series.  we’ll tell you How to fix Error Code H505.  If you’ll read this blog, then it means you’ll definitely solve this error.Visit our website to know How to fix quickbooks Error Code H505

Avatar_small
먹튀검증업체 说:
2024年3月05日 21:56

One problem I need to touch upon is that weight loss software speedy can be performed through the perfect eating regimen and exercise. Someone’s size no longer most effective impacts the advent, but also the general top notch of lifestyles. Self-esteem, despression signs and symptoms, fitness dangers, at the facet of physical talents are impacted in an boom in weight. It is viable to simply make the whole thing right however nevertheless advantage. In this type of scenario, a systematic trouble can be the perpetrator. While excessive food and in no way enough frame exercise are normally responsible, not unusual medical situations and extensive prescriptions may additionally appreciably increase length. Thx to your positioned up proper right here.

Avatar_small
먹튀검증 说:
2024年3月05日 22:08

There are extraordinarily loads of data that clings to that to consider. Which is a excellent denote beautify up. I provde the mind above as wellknown concept however sincerely there are questions which incorporates the only you begin up wherein the maximum crucial component goes to be doing work in honest suited religion. I don?T determine if amazing practices have emerged about such thinggs as that, however I am sure that your chosen challenge is without a doubt defined as an less expensive activity. Both ladies and boys sense the effect of just a second’s delight, for the rest of their lives.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter