MSc Compute Science.
Pinned Loading
-
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
-
coco-tools
coco-tools PublicTools 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
-
Lubys-Algorithm-Maximal-Independent-Set
Lubys-Algorithm-Maximal-Independent-Set PublicThis repository is an Erlang implementation of Luby's algorithm for finding the Maximal Independent Set
Erlang
-
-
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
2import argparse
3import datetime
4import json
5import random
-
Randomized_search_tree_and_partial_persistent_list
Randomized_search_tree_and_partial_persistent_list PublicAdvanced Datastructures. Randomized Search Tree and Partial Persistent List
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.