Ayush Jain

Results 4 comments of Ayush Jain

Use `printenv` command to check if environment variables are set or not. I did. Actually, the problem is the command here is being executed as `echo "$FOO_USER"`, which will have...

Try this! ```yaml - [sh, -c, "echo $FOO_USER"] ``` [Reference](https://stackoverflow.com/questions/19896767/docker-echo-environment-variable)

Hi @KingsleyLiu-NV , Thank you for your suggestions. We were successful in getting embeddings using the above mentioned ideas. We made a slight modification to your implementation for our purpose,...

@jpreiss Quoting you, > Since our "input" is a stream of raw video frames over a pipe, it should not contain any timestamps at all, so it makes sense that...