Santhosh

Results 16 issues of Santhosh

OS: Lubuntu 18.04 Python: 3.6.7 Tensorflow: 1.13.1 I am running this inside a virtual environment python = python3. from inside src as instructed ran python elg_demo.py This is the output...

I am unable to install `labelImg` on Macbook M1 Pro Can anyone help me install it, can't find any method online to do this

Not able to run using `npm` ``` # clone repository git clone https://github.com/SkalskiP/make-sense.git # navigate to main dir cd make-sense # install dependencies npm install ``` error ``` [+] Building...

I am trying to understand, how the **opensfm** works when i use [Command Line Source](https://github.com/mapillary/OpenSfM/blob/main/doc/source/using.rst?#LC82) according to the documentation `bin/opensfm command source` Example `bin/opensfm extract_metadata image/path` My understanding 1. Run...

question

I am trying to use `paper` repo using `google colab` Ran these block by block ``` from google.colab import drive drive.mount('/content/drive/') ``` Downloaded the paper repo of yolor and uploaded...

Running `!bash /content/drive/MyDrive/yolor/scripts/get_pretrain.sh` Inside google colab giving this error ``` awk: cannot open ./cookie (No such file or directory) % Total % Received % Xferd Average Speed Time Time Time...

I want to use `transfer learning` for training custom data I currently have. Custom data is being detected as `cell phone` with low confidence. I would like to `freeze` the...

I am referring to [facenet-pytorch/examples/finetune.ipynb](https://github.com/timesler/facenet-pytorch/blob/master/examples/finetune.ipynb) I have a few doubts **1) How is data structured for training?** >The dataset should follow the VGGFace2/ImageNet-style directory layout. Modify data_dir to the location...

I changed the code from python 2 to python 3 using `2to3` `2to3 -w filename.py` Changed weights also in `vehicle-detection.py` line `28` and `license-plate-ocr.py` line `28` according to [ArgumentError in...

Trying the first step [ tf_to_trt_image_classification/scripts/models_to_frozen_graphs.py](https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification/blob/master/scripts/models_to_frozen_graphs.py) Please guide on the second part of this question [Trying to convert emotion detection into TensorRT](https://github.com/oarriaga/face_classification/issues/121) What should be the `output_names` of the custom...