Andrew Mendez

Results 10 comments of Andrew Mendez

I am having the same issue, @eweill did you only change the line to `out=net.forward()` or did you also add code to load the input image, such as `net.blobs['data'].data[...]=input_image`

I found this answer to import openexr for mac: brew install openexr export CFLAGS="-I/Users/USERNAME/homebrew/include/OpenEXR -std=c++11" export LDFLAGS="-L/Users/USERNAME/homebrew/lib" pip install OpenEXR source: https://github.com/google-research/kubric/issues/19#issuecomment-665127969

It seems the label studio front end code comes from this repo: [https://github.com/heartexlabs/label-studio-frontend#development](https://github.com/heartexlabs/label-studio-frontend#development) And the build instructions are defined in the [package.json](https://github.com/heartexlabs/label-studio-frontend/blob/c33852562a799147216871d56bfc4bc800da70b2/package.json) build-source points to `npm run build`, so when...

What is the error message you are receiving from the command line when you run the app? Are you running ICE from docker-ice also?

I am able to get the colab notebook to see the `from keras import regularizers` by restarting the runtime. Not the best solution but after restarting, the colab sees the...

Are there updated instructions to test local apis? OpenAI discontinued plugins in favor of GPTs

The get_coco2017.sh didnt work for me, I am trying to use the .txt annotations from steps https://github.com/ultralytics/yolov5/blob/master/data/scripts/get_coco.sh

Awesome work! How do you stream and process the FPV camera into python and opencv? Do you have a receiver that creates a wifi endpoint and server you connect to....

I just followed https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library on Processing v 2.2.1 and the library works