Skip to content
View JacobBITLABS's full-sized avatar

Block or report JacobBITLABS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. deformable_detr_inference.py deformable_detr_inference.py
    1
    # ------------------------------------------------------------------------
    2
    # Copyright Jacob Nielsen 2023
    3
    # Permission is hereby granted, free of charge, to any person obtaining a copy
    4
    # of this software and associated documentation files (the "Software"), to deal
    5
    # in the Software without restriction, including without limitation the rights
  2. coco-tools coco-tools Public

    Tools for the COCO-formatted JSON annotation files. Currently contains a python-script to scale a dataset of images and their corresponding coco-file.

    Jupyter Notebook

  3. Lubys-Algorithm-Maximal-Independent-Set Lubys-Algorithm-Maximal-Independent-Set Public

    This repository is an Erlang implementation of Luby's algorithm for finding the Maximal Independent Set

    Erlang

  4. UAVAmbulanceEscort UAVAmbulanceEscort Public

    UAV Ambulance Escort Project

    Python 1

  5. This gist is a visualizer template f... This gist is a visualizer template for DETR. 1) Put this file at the root of the DETR directory. 2) change the settings in the args_parser. 3) Add the categories you use (or load them from anno-file directly) 4) add the image_file_name you want to run inference on 5) add the DATA_DIR the image-folder. I may clean this up at some point.
    1
    # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
    2
    import argparse
    3
    import datetime
    4
    import json
    5
    import random
  6. Randomized_search_tree_and_partial_persistent_list Randomized_search_tree_and_partial_persistent_list Public

    Advanced Datastructures. Randomized Search Tree and Partial Persistent List

    Python