Roi

Results 6 issues of Roi

Hello, Is it possible to detect video by multiple models and get one output video with the detection from both models? thanks

According to this request - https://github.com/estools/escodegen/pull/299 I added the needed tests, Updated the package.json dependecies to the latest versions. We still need that the traverse labrary owneres will add this...

Hello, I built a graph and trying to write png but getting the folowing error: 'charmap' codec can't encode character '\u03bb' in position 27: character maps to versions: windows 10...

I added this code to try predict a sentence: `def predict_sentiment(model, sentence, dataset): nlp = spacy.load('en_core_web_sm') dataset = MyDataset(batch_size=1) tokenized = [tok.text for tok in nlp.tokenizer(sentence)] indexed = [dataset.TEXT.vocab.stoi[t] for...

Hello, Can you please update in Requirments file what versions did you use? (last versions does not work) thanks

Hello @yoshino0705 How did you get the prediction Y in the data.csv. The data in publication https://arxiv.org/pdf/1704.05223.pdf does not contain the data of aggressive driver Regards