Closed floriancbeck closed 4 years ago
Sorry for the long delay.
Do you have the isetL3 repository? If you would like it, tell me. It is not open for public sharing at this point, but I do share it regularly with scientists.
Regards, Brian
From: Gituhub Notifications notifications@github.com Reply-To: ISET/isetcam reply@reply.github.com Date: Thursday, January 9, 2020 at 2:53 AM To: ISET/isetcam isetcam@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [ISET/isetcam] Introduction of L3 in ipCompute.m - Which L3 render method is needed? (#4)
Hello,
I wanted to try the L3 functionality by using the ipSet() to append a trained L3 object and executing the ipCompute() with the pType set to 'l3'. The L3 object was created with the isetL3.
When I tried to run the ipCompute() an error occurs in line 96: [L3xyz,lumIdx,satIdx,clusterIdx] = L3render(L3,sensor,mode);
The L3render() is not contained in my path and hence the error occurs. Only the constructor l3Render() is contained due to the use of isetL3.
Therefore I would like to ask you to which render function the line 96 in ipCompute() is referring to. Is this function also part of any ISET toolbox?
Many thanks in advance and best regards, Florian
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ISET/isetcam/issues/4?email_source=notifications&email_token=AAOAQWJFJ32XSEX6JHJ6FLDQ436ZRA5CNFSM4KEWKAX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFAWMGA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAOAQWK3GSE4Z2EOEIVPU73Q436ZRANCNFSM4KEWKAXQ.
Hello,
I wanted to try the L3 functionality by using the ipSet() to append a trained L3 object and executing the ipCompute() with the pType set to 'l3'. The L3 object was created with the isetL3.
When I tried to run the ipCompute() an error occurs in line 96:
[L3xyz,lumIdx,satIdx,clusterIdx] = L3render(L3,sensor,mode);
The L3render() is not contained in my path and hence the error occurs. Only the constructor l3Render() is contained due to the use of isetL3.
Therefore I would like to ask you to which render function the line 96 in ipCompute() is referring to. Is this function also part of any ISET toolbox?
Many thanks in advance and best regards, Florian