-
Notifications
You must be signed in to change notification settings - Fork 308
Fatal error: third_party/array/array.h: No such file or directory #4
Comments
Yeah, sorry about that. It's a dependency recently introduced that I need to fix with new Makefiles. It's this. |
Thanks, Looking forward to this job! |
Hi any update on including this dependency. I tried building the third party app to include it myself but was not able to do so |
Sorry about that - I will look at this after the Nov 16 CVPR deadline. @rashikamishra what's the error you're encountering? The third_party/array/array.h dependency is a single header? Can you just download the file and put it next to the source? |
Hi. I also had to change
|
is there any update about this error? |
any updates ? |
@eduardinjo Did you manage to compile it? |
Hi Jiawen So do you have the HDRNet version that can work well? |
Failed to run make:
In file included from ops/bilateral_slice.cc:16:0:
ops/bilateral_slice.h:18:37: fatal error: third_party/array/array.h: No such file or directory
compilation terminated.
Makefile:27: recipe for target 'lib/hdrnet_ops.so' failed
make: *** [lib/hdrnet_ops.so] Error 1
Using cuda10.1 tensorflow 1.1 python 2.7.
Tried different versions of tensorflow.
May I know what exactly is thrid_party? Where does it come from?
The text was updated successfully, but these errors were encountered: