Editing User:Jin Ke

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 9: Line 9:
 
* Updated the CMake file to add a new project, rt_trainneural.
 
* Updated the CMake file to add a new project, rt_trainneural.
 
* Added the file rt_trainer.cpp, which is prepared for the sampling method.
 
* Added the file rt_trainer.cpp, which is prepared for the sampling method.
 
==Tuesday, June 11th, 2024==
 
 
* A function was written using rt_raytrace to collect receipts with the output r,g,b
 
 
==Wednesday, June 12th, 2024==
 
 
* add a_hit() and a_miss() function
 
 
 
==Monday, June 24th, 2024==
 
 
* finish plotting points with a mged script. I create a mged automately:
 
<pre>
 
in point1.s sph 1 1 1 0.1
 
in point2.s sph 1 2 1 0.1
 
in point3.s sph 1 1 2 0.1
 
r all_points.g u point1.s u point2.s u point3.s B all_points.g
 
</pre>
 
 
==Tuesday, June 25th, 2024==
 
 
Add sample methods:
 
<pre>
 
RayParam SampleRandom(size_t num);
 
RayParam SampleSphere(size_t num);
 
RayParam UniformSphere(size_t num);
 
</pre>
 
 
==Wednesday, June 26th, 2024==
 
Finish store res as json file,like this:
 
{
 
        "dir": [
 
            0.46341427145648684,
 
            -0.6747185194294957,
 
            -0.5744581207967407
 
        ],
 
        "point": [
 
            -30.10931324293444,
 
            72.95779116737057,
 
            81.61656328468132
 
        ],
 
        "rgb": [
 
            173,
 
            89,
 
            174
 
        ]
 
    }
 
}
 
==Sunday, June 30th, 2024==
 
Finish my first nerual rendering and genertae a picture.
 
 
==Monday, July 1st, 2024==
 
convert coordinate data to spherical data. create dataset and related methods.
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)