Giter VIP home page Giter VIP logo

gsoc18_redhenlab's People

Contributors

devendrapratapyadav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gsoc18_redhenlab's Issues

The Python virtual environment is correct but I get the following error when I run "bash ./execute_pipeline.sh ./0_input ./output"

egin Stage 1 : Shot Segmentation
Processing: ./0_input/image00002.jpg
Traceback (most recent call last):
File "shot_segmentation.py", line 93, in
do_shot_segmentation(f, filePath, input_folder, output_folder);
File "shot_segmentation.py", line 56, in do_shot_segmentation
output = pyannote_shot(filePath)
File "shot_segmentation.py", line 38, in pyannote_shot
for x in shots:
File "/home/yu/anaconda3/envs/face/lib/python3.6/site-packages/pyannote/video/structure/shot.py", line 120, in iter
t, y = zip(*self.iter_dfd())
ValueError: not enough values to unpack (expected 2, got 0)

Import issue in `face_detection.py`

Hi, I'm going through your repo. In face_detection.py you have imported util module here but there's no util.py in the directory. I can see it is present in 2_face_detection/libs/tiny_faces. This issue can be resolved by appending 2_face_detection/libs/tiny_faces to sys.path.

Out of index, I don't know how to solve it

IndexError: string index out of range
Traceback (most recent call last):
File "process_output.py", line 14, in
import stages
File "/home/yu/Downloads/gsoc18_RedHenLab/video_processing_pipeline/stages.py", line 75, in
MAIN_OUTPUT_DIR = removeTrailingBackslash(folderConfig[0][1])
File "/home/yu/Downloads/gsoc18_RedHenLab/video_processing_pipeline/stages.py", line 42, in removeTrailingBackslash
if (path[-1] == '/'):
IndexError: string index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.