Skip to content

Instantly share code, notes, and snippets.

View nins-k's full-sized avatar

Ninad Kulkarni nins-k

View GitHub Profile
@nins-k
nins-k / source30_primary_gie_enabled_gst.log
Created March 25, 2020 11:32
Output of running deepstream-app with the config file source30_1080p_dec_infer-resnet_tiled_display_int8.txt with primary gie enabled
This file has been truncated, but you can view the full file.
0:00:00.000123879  5286 0x55cd2fec6200 INFO   GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.14.5
0:00:00.000183364  5286 0x55cd2fec6200 INFO   GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000200586  5286 0x55cd2fec6200 INFO   GST_INIT gst.c:607:init_pre: Linux titan 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64
0:00:00.000439625  5286 0x55cd2fec6200 INFO   GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.000920579  5286 0x55cd2fec6200 INFO   GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.001090494  5286 0x55cd2fec6200 INFO   GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_
@nins-k
nins-k / source30_primary_gie_disabled.log
Created March 25, 2020 11:31
Output of running deepstream-app with the config file source30_1080p_dec_infer-resnet_tiled_display_int8.txt with primary gie disabled
This file has been truncated, but you can view the full file.
0:00:00.001610186  5581 0x564d9ff55200 INFO   GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.14.5
0:00:00.001666385  5581 0x564d9ff55200 INFO   GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.001684491  5581 0x564d9ff55200 INFO   GST_INIT gst.c:607:init_pre: Linux titan 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64
0:00:00.002277746  5581 0x564d9ff55200 INFO   GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.002676226  5581 0x564d9ff55200 INFO   GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.002829432  5581 0x564d9ff55200 INFO   GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_
@nins-k
nins-k / inspect_nvv4l2decoder.txt
Created March 25, 2020 11:29
Output of gst-inspect-1.0 nvv4l2decoder
Factory Details:
Rank primary + 11 (267)
Long-name NVIDIA v4l2 video decoder
Klass Codec/Decoder/Video
Description Decode video streams via V4L2 API
Author Nicolas Dufresne <nicolas.dufresne@collabora.com>, Viranjan Pagar <vpagar@nvidia.com>
Plugin Details:
Name nvvideo4linux2
Description Nvidia elements for Video 4 Linux
@nins-k
nins-k / test1-app_gst.log
Created March 25, 2020 11:25
GST DEBUG logs while trying to run deepstream-test1-app
0:00:00.000146166  3883 0x55ad91ee3200 INFO   GST_INIT gst.c:586:init_pre: Initializing GStreamer Core Library version 1.14.5
0:00:00.000204376  3883 0x55ad91ee3200 INFO   GST_INIT gst.c:587:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000220383  3883 0x55ad91ee3200 INFO   GST_INIT gst.c:607:init_pre: Linux titan 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64
0:00:00.000428788  3883 0x55ad91ee3200 INFO   GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.000902625  3883 0x55ad91ee3200 INFO   GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.001083240  3883 0x55ad91ee3200 INFO   GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_
Effects:
Angeling Hairpin (+ Angel's Dress)
Rage of Luster
Bird Nest
Bunny Band
Chicken of Love Hat
Ship Captain Hat (Ranged damage)
Baby Chick
Cookie Hat
Helm of Darkness
#import willie
"""
+Originally written by NiNs for Willie IRC bot
+Verde slight edits to port to Jenni IRC bot
+Verde added characters .cha (to print character names)
+NiNs added additional anime info .anime2 (prequel, sequel, rank, popularity, air dates, status)
Added the recommendation method.
"""
@nins-k
nins-k / output.txt
Created May 15, 2015 09:59
nosetest results for python-mal
tests.anime_list_tests.testAnimeListClass.testList ... ok
tests.anime_list_tests.testAnimeListClass.testNoUsernameInvalidAnimeList ... ok
tests.anime_list_tests.testAnimeListClass.testNonexistentUsernameInvalidAnimeList ... ok
tests.anime_list_tests.testAnimeListClass.testSection ... ok
tests.anime_list_tests.testAnimeListClass.testStats ... ok
tests.anime_list_tests.testAnimeListClass.testType ... ok
tests.anime_list_tests.testAnimeListClass.testUserValid ... ok
tests.anime_list_tests.testAnimeListClass.testUsername ... ok
tests.anime_tests.testAnimeClass.testAired ... ERROR
tests.anime_tests.testAnimeClass.testAlternativeTitles ... ERROR
@nins-k
nins-k / cricket.py
Created March 29, 2015 04:43
Cricket module for Jenni IRC bot
"""
Cricket score script for Jenni IRC bot by NiNs
"""
import requests
import json
from bs4 import BeautifulSoup as BS
def getmatchID(team):
@nins-k
nins-k / cricket.py
Created March 28, 2015 15:19
Cricket score module for Willie IRC bot.
"""
Cricket score script for Willie IRC bot by NiNs
"""
import willie
import requests
import json
from bs4 import BeautifulSoup as BS
[20:27:56] <nins> Wb, Armpits