Displaying 20 results from an estimated 1000 matches similar to: "GSoC Apply, request for review"
2007 Jul 10
0
Theora Hardware: Integration with LEON is completed!
Hi,
The Integration with LEON (first part of my GSoC) is completed.
http://atlas.lsc.ic.unicamp.br/~andre.lnc/theora_integration_with_leon3_full.png
At the last week I had (leon3 + linux + libtheora) and (leon3 +
send_vector_of_input + theora hardware) working ok.
Firstly, I thougth that it just would be:
http://atlas.lsc.ic.unicamp.br/~andre.lnc/theora_integration_with_leon3.png
But it
2007 May 09
2
Next step of Hardware Theora
Hello,
First of all, I would like to say that my work that I wrote in the other
email would be to do in hardware the functions: CopyRecon, LoopFilter and
UpdateUMVBorder. These are modules that Leonardo had made, but it wasn't ok
in FPGA. When I had a chat with Leonardo we were thinking in rewrite these
module for to do this running in FPGA (to debug in a Hardware level is much
more
2007 May 24
1
help with libtool!
Hi,
Now I am working on BCC Cross-compiler in order to get the binaries for
LEON3 (Google SoC 2007).
I changed these lines of Makefile ...
CC = gcc
CPP = gcc -E
... to these :
CC = sparc-elf-gcc -mv8 -msoft-float
CPP = sparc-elf-gcc -mv8 -msoft-float -E
The options means:
-mv8 : generate SPARC V8 instructions
-msoft-float : emulate floating-point
When I run "make", there is a
2007 Aug 30
1
Theora hardware is running on LEON3!
Theora hardware with LEON3 is runinng!!!
My video was too slow, then I discovered that the problem was on LINUX!
I don't exactly, but I suppose that the time of LINUX Call systems (like
fread()) is the problem. If I don't use the linux (like is done on NIOS), I
can to decode much faster than the time of exibition!
Now we have two points on software (the hardware is the same,
2006 May 31
0
Theora Decoding on FPGA
Hello people
My name is Felipe and I sent a proposal to the Google Summer of Code
that the goal is to get a FPGA embeded system decoding Theora Streams
in real-time.
It was accepted and the mentor is the Ralph Giles.
The proposal can be viewd here:
http://atlas.lsc.ic.unicamp.br/~portavales/wp-content/uploads/2006/05/soc_proposal.txt
There is also a presentation with a better division of the
2013 Jan 09
1
Need an advise for bayesian estimate
Hi R bayesians,
I need an advise how to resolve the two different estimates applying a
traditional glm (TG) and a bayes glm (BG), and different results depending
on the data formats of response data and the prior specs using bayesglm in
R. I'm not familiar with bayes estimate and my colleague asked me to look
into this because the EPA from France reported a quite different estimates
for
2007 Jan 16
0
nlme : convergence problem and other errors
Dear R-user,
I am trying to use the R "nlme" function to fit a non linear mixed
effects model. The model I wand to fit is an individual somatic growth
model with 4 parameters. For all parameters both fixed and random
effects have to be estimated, as well as their covariance matrix (see
the formula bellow).
The data are simulated with the same growth model as in the nlme, with
know
2010 May 03
2
question about the degrees of freedom
Dear R users,
I think i have a simple question which i want to explain by an example;
i have several 2-digit industry codes that i want to use for conducting by-industry analysis but i think there is a problem with the degrees of freedom!
for example, when i do my analysis without any 2-digit industry code, i got the following summary (i have 146574 observations in total):
>
2004 Jun 15
1
strange rsync error message from our backup script
Hello,
I use rsync for incrmental backups in the following way:
rsync \
$EXCLUDE \
-e ssh \
--archive \
--numeric-ids \
--compress \
--relative \
--one-file-system \
--cvs-exclude \
--delete \
--delete-excluded \
--bwlimit=0 \
--backup \
--suffix='' \
--backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \
$BACKUP_HOST_AND_PATH
2007 Apr 09
1
GSoC - comments
Hi,
I applied for GSoC 2007 and I received just one comment that I can read, the
others are occult for me. If it is possible, I would like to know If there
is any thing that I should change or not, any comments.
The Title of my apply is "Hardware implementation of Theora decoding" and I
am "Andre Luiz Nazareth da Costa"
Thanks,
Andr? Costa
--
Andr? Costa
Gerente T?cnico
2010 May 03
1
question about the degrees of freedom
Thank you for your advice, ill try to be more explicit now, i wasnt in the first mail because i thought it is a simple question to answer,
so; i have a panel data which contains 48858 observations during 3 year therefore, there are 146574 observations in total,
i have 22 different industries defined by 2-digit codes
such as 11, 13,14,16...40 therefore, ind_2d contains 22 2-digit codes
for
2010 Jun 09
1
equivalent of stata command in R
From: saint-filth@hotmail.com
To: saint-filth@hotmail.com
Subject: RE:
Date: Wed, 9 Jun 2010 09:53:20 +0000
OK! sorry thats my fault,
here the translations of the stata commands
1st step is to get the mean values of the variables, well that doesnt need explanation i guess,
2nd step is to estimate the model on panel data estimation method
which is:
2010 Jun 09
1
equivalent of stata command in R
Dear all,
I need to use R for one estimation, and i have readily available stata command, but i need also the R version of the same command.
the estimation in stata is as following:
1. Compute mean values of relevant variables
. sum inno lnE lnM
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
2009 Sep 23
1
Maximum Likelihood Est. regarding the degree of freedom of a multivariate skew-t copula
Hello,
I have a bigger problem in calculating the Maximum Likelihood Estimator regarding the degree of freedom of a multivariate skew-t copula.
First of all I would like to describe what this is all about, so that you can understand my problem:
I have 2 time series with more than 3000 entries each. I would like to calculate a multivariate skew-t Copula that fits this time series.
Notice:
2004 Sep 07
3
FPGA implementation in the camera
I'm considering implementing the Theora format in the FPGA of the new
camera. The previous model (Elphel 313 - http://www.elphel.com,
https://sourceforge.net/projects/elphel) had smaller FPGA and was
able to produce just motion JPEG utilizing 97% of the resources. The
new (model 333) camera uses 3 times bigger FPGA (and also faster), it
also has increased frame buffer and system memory.
2004 Sep 07
3
FPGA implementation in the camera
I'm considering implementing the Theora format in the FPGA of the new
camera. The previous model (Elphel 313 - http://www.elphel.com,
https://sourceforge.net/projects/elphel) had smaller FPGA and was
able to produce just motion JPEG utilizing 97% of the resources. The
new (model 333) camera uses 3 times bigger FPGA (and also faster), it
also has increased frame buffer and system memory.
2010 Jun 09
1
equivalent of stata command in R
Thanx for your response,
yeah, i know i didnst specified the indexes
when i wrote the 2nd mail, in fact in the 1st mail i wrote already that
i dont have problem with the estimation of the model... thats the
reason why i didnt write in fact since the issue is not to estimate the
model but to get the marginal effect,
anyway, i figured out that predict(), doesnt work for panel data...
and
well, my
2013 Oct 05
1
OPUS implementation with FPGA
Just to make sure, what's the goal here? Is the goal 1) to have a fast
Opus implementation or are you 2) looking for an interesting FPGA
implementation project? If 1), then an FPGA is most likely not necessary
since Opus is not computationally expensive. If 2), then it depends on
the desired size of the project and the desired quality. The simplest
encoder possible is indeed simpler than the
2011 Mar 22
2
theora-dev Digest, Vol 80, Issue 6
Thank, Timothy!
I add this stages.
About RLE:
I have one more unresolved stage. Mike Melanson wrote in "VP3 Bitstream
Format..." about RLE using:
"* Zigzag Ordering: After transforming and quantizing a block of samples,
the samples are not in an optimal order for run length encoding. Zigzag
ordering rearranges the samples to put more zeros between non-zero
samples."
If we pass
2008 May 14
0
NFS subdirectory on client is out of sync
Today a user asked me whether a file on one host can be different on
another host. I was busy composing an answer to tell that the /home
space on all clients are mounted using NFS from the file server. Any
host will therefor see the same file. The user pointed me to his file
and I copied this file from the client and compared this with the file
on the file server. To my surprise it turned out