how can i get matlab code for this paper
이전 댓글 표시
i have paper about multi object tracking "Stable Multi-Target Tracking in Real-Time Surveillance Video" i need the dataset and marlab code
답변 (8개)
Walter Roberson
2017년 7월 10일
0 개 추천
댓글 수: 10
samir mohamd
2017년 7월 10일
samir mohamd
2017년 7월 10일
samir mohamd
2017년 7월 10일
Guillaume
2017년 7월 10일
You have two options:
- Contact the authors and ask them for their matlab code (assuming they wrote it in matlab). I would advise a less demanding tone.
- Write the code yourself.
Walter Roberson
2017년 7월 10일
I can tell from some of the phrases in the paper that the code for the paper was not written in MATLAB.
Looking around, it appears to me that some sites might be selling the code to students eager to get expelled.
samir mohamd
2017년 7월 10일
John D'Errico
2017년 7월 10일
But the purpose of Answers is not to provide code for some general algorithm from a paper. That you need it badly just means that you need to start writing, and soon.
Walter Roberson
2017년 7월 11일
The paper states that in order to reach the real-time goals, that some operations were moved into different threads. MATLAB does not have threads. MATLAB does support parallel processing when using the Parallel Computing Toolbox.
As graphics is involved and graphics cannot be done in workers, you would pretty much be forced into one of a few approaches:
- use R2017a or later with its pollable data queues to run parfor or spmd and communicate collected data back to the main process
- use any of a number of versions of MATLAB and use parfor or spmd to collect a somewhat small amount of data and let the parallel construct finish so that the data can be processed, continually starting and ending parallel processing to be able to grab bits of data; or
- use R2013b or later with parfeval to start a session that does the data collection, and use a shared file or shared memory segment or tcp to communicate the data back to the main program; or
- start a different MATLAB session entirely to do the data collection and communicate it back to the main program with a shared file or shared memory segment or tcp; or
- use Instrument Control or Data Acquisition toolbox and callbacks when data is ready to have the main process gather data from the devices
Walter Roberson
2017년 7월 11일
I would suggest that you consider the possibility that it is really not feasible for a MATLAB beginner to accomplish a project of this magnitude within the time-frame you have available to you. It is not easy to get high performance data collection with MATLAB.
The paper implies that they used a Real-Time system to do the work, rather than a general purpose operating system. That would imply something like Real-Time Linux, or a well-tuned Linux or Unix, or something like Simulink Real-Time product, or an operating system such as QNX.
Venkat Bhargav
2019년 3월 5일
0 개 추천
How can i get code for my major project "wireless information and power transfer in multiuser ofdm systems".Please suggest me
댓글 수: 1
Walter Roberson
2019년 3월 7일
You write the code, or you have the university hire someone to write it for you.
(If the university hires the person then they set out the scope of work to remain within the bounds they are comfortable with for plaigarism purposes. If you hire someone to do the work yourself, the university might decide that you are committing academic misconduct.)
naga harika
2021년 2월 17일
0 개 추천
can i get the code for finding probability of false alarm and missing using predicted eigen value threshold
댓글 수: 2
Walter Roberson
2021년 2월 17일
You write the code, or you have the university hire someone to write it for you. (If the university hires the person then they set out the scope of work to remain within the bounds they are comfortable with for plaigarism purposes. If you hire someone to do the work yourself, the university might decide that you are committing academic misconduct.)
Steven Lord
2021년 2월 17일
Or you could try asking the authors of the paper if they have code that they can and are willing to share with you.
divya kancharana
2021년 5월 23일
0 개 추천
Can I get code for automatic detection of tuberculosis by enhancing cxr image using dnn
댓글 수: 1
Walter Roberson
2021년 5월 23일
Yes, if you hire someone to write it for you. Otherwise, it is unlikely that you will find that code already prepared for distribution, and it is very unlikely that someone is going to read your post and decide to spend several days programming it up for you just because they were bored.
Cabila Subramaniyam
2021년 8월 17일
0 개 추천
Hi,
I am a Civil Engineering student. I have refered a paper on "CTS-LSTM: LSTM-based neural networks for correlated
time series prediction" for my research. This research paper is available in the science direct. Can someone please help me to develop a code for 'CTS-LSTM'. .
댓글 수: 3
Cabila Subramaniyam
2021년 8월 17일
I will be very much helpful if someone provide me with the basic coding for LSTM (without using the syntax 'lstm'). I can develop other codings based on the primary one.
Walter Roberson
2021년 8월 17일
편집: Walter Roberson
2021년 8월 18일
Cabila Subramaniyam
2021년 8월 18일
thank you
Vaishnavi
2023년 6월 24일
0 개 추천
how do i get a code for "Photorealistic reconstruction of visual texture using eeg signal"?
댓글 수: 2
You read the paper and see if the authors made any indication that they implemented their work in MATLAB. If they did, maybe you can ask them. If it's clear that they did not, you study the paper and other relevant works to build a firm understanding of the subject, and then you implement it in MATLAB or whatever language you prefer.
Walter Roberson
2023년 6월 24일
I scanned the paper. There is nothing that suggests that the work was done in MATLAB; however the diagrams were plausibly created in MATLAB.
Image Analyst
2023년 6월 24일
0 개 추천
LUO LUO
2024년 4월 18일
0 개 추천
hi,how do i get a code for discrete random separation(DRS),it was applied to separate periodic gear mesh signals and random bearing signals?thanks.
댓글 수: 1
Image Analyst
2024년 4월 18일
Not sure how this is an answer to @samir mohamd's original question. Did you mean to post your own question in a separate thread? If so, do that and delete this one.
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
