Akhtar Ali
Akhtar Ali
@MeirShpilraien @andresrinivasan @lantiga @yossigo @K-Jo I am working on EdgeRealtimeVideoAnalytics link = https://github.com/RedisGears/EdgeRealtimeVideoAnalytics when start redis with redisgear there is no error but when I ran python **init.py** then Tensorflow...
Hi @lantiga @MeirShpilraien kindly review my problem and suggest me any thing to solve this problem.
Thanks @lantiga for your reply You say build tensorflow from source inside RedisAI directory and replace old with new ?? Thanks
Hi @lantiga @andresrinivasan @yossigo @K-Jo @MeirShpilraien I am trying to build Tensorflow from source follow this make file **https://github.com/RedisAI/RedisAI/blob/master/opt/build/tensorflow/Makefile** but it genrate this Error **pull access denied for redisfab/arm32v7-jdk-xbuild, repository...
Thanks @lantiga @andresrinivasan @yossigo @K-Jo @MeirShpilraien for reply **docker build -t tfbuild .** but genrate this error **Removing intermediate container 7f33af2f5160 ---> 6892a9d4d3f0 Step 39/41 : ADD ./opt/readies/ /build/readies/ ADD...
Hi @lantiga @andresrinivasan @yossigo @K-Jo @MeirShpilraien Kindly suggest me any changes in dockerfile to resolve the issue. Thanks
@rafie @MeirShpilraien so who can help me to resolve the problem. I created same this issue on **https://github.com/RedisGears/EdgeRealtimeVideoAnalytics/issues/12** but no one response it. Thanks
> I want to count the number of heads in video,does this code can do it?Or do you know of any other relevant articles~~thanks yes you can do that using...
@itamarhaber Thanks for reply I am working on EdgeRealtimeVideoAnalytics link = https://github.com/RedisGears/EdgeRealtimeVideoAnalytics when start redis with redisgear there is no error but when I ran python **init.py** then Tensorflow didn't...
> Also how did you compiled redisai? @MeirShpilraien I follow these steps bash get_deps.sh cpu mkdir build cd build cmake .. make && make install cd .. Thanks