Auro Tripathy
Auro Tripathy
Newbie, here. Can you show how to build the image from the Dockerfile.
Thank you @WrathChaos I've shown a picture of how it works from a Chrome browser. To stream MJPEG from the camera, I point the browser to: `http://:@/view` And I get...
Possibly similar to #3 ?
Hi, I tried a local network privacy settings in the info.plist. Did not work :-(
@WrathChaos , thanks, yes, the camera is on the local home network. The private IP is given by a DHCP server from the pool, 192.168.x.x.
I had additional import errors, so I stayed on branch, `cnn_tf_v1.10_compatible`
If you are asking about the train and validation sets, you may have to follow this code. ``` 50 if load_to_memory: 51 # Get data. 52 X, y = data.get_all_sequences_in_memory('train',...
Maintainers, kindly respond (or provide hint)
Thank you. If the environment was Gym-like then it would be easy to make it work with any RL algo. For example, create the env, render the state, take an...
Try with a later version. I was curious, so I gave it a go. ``` from langchain.agents import Tool, initialize_agent from langchain.llms import OpenAI from langchain.chains.conversation.memory import ConversationBufferMemory from langchain...