Sai Nikhilesh Reddy

Results 3 comments of Sai Nikhilesh Reddy

@windj007 I'm having a similar issue while I run the model on the local machine. Let me know what I should do about it. ```shell ** Initial Lines from shell...

@yyyyojiro I have installed Detectron 2 as it was asking. Still, isn't working. ```shell python -m pip install 'git+https://github.com/facebookresearch/detectron2.git' ```

@jai-dewani, This setup worked for me. ``` bash !apt-get install openjdk-8-jdk-headless -qq > /dev/null !wget -q https://downloads.apache.org/spark/spark-3.1.1/spark-3.1.1-bin-hadoop3.2.tgz !tar xf spark-3.1.1-bin-hadoop3.2.tgz !pip install -q findspark ``` ``` python import os os.environ["JAVA_HOME"]...