Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
3.08k
22k
#include "LFFD_ncnn.h" LFFD::LFFD(int scale_num, int num_thread_) { num_output_scales = scale_num; num_thread = num_thread_; if (num_output_scales == 5) { param_file_name = "symbol_10_320_20L_5scales_v2_deploy.param"; bin_file_name = "train_10_320_20L_5scales_v2_iter_1000000.bin"; receptive_field_list = { 20,...
/*********************************************************************************************************************** * OpenStudio(R), Copyright (c) 2008-2019, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without m...
#include "opencv2/opencv.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include <iostream> using namespace std; using namespace cv; Mat myMask; Mat myFrame; Mat origFrame; int frameCols = 0, frameRows = 0; Mat refine(Mat frame, Mat mask); static void help() { cout << "\nThis...
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2016, Intel Corporation // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to de...
/* * TFTP.cpp * * See also: * * https://tools.ietf.org/html/rfc1350 * Created on: May 21, 2017 * Author: kolban */ #include "TFTP.h" #include <esp_log.h> #include <FreeRTOS.h> #include <GeneralUtils.h> #include <string> #include <stdio.h> #include <errno.h> #include <string.h> #include <Socket.h> #includ...
//===-- UnixSignals.cpp ---------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
/** @file A brief file description @section license License Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you und...
// Copyright 2012 The Avalon Project Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0 // that can be found in the LICENSE file. // Author: <EMAIL> (<NAME>) #include "common/point_of_sail.h" #include <algorithm> #include <math.h> #include <stdio.h> #include "common/angle....
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkBmpStandardCodec.h" #include "SkCodecPriv.h" #include "SkColorData.h" #include "SkStream.h" /* * Creates an instance of the decoder * Called only by NewFromStre...
/* ============================================================================= Nav6 source code is placed under the MIT license Copyright (c) 2013 Kauai Labs Portions of this work are based upon the FreeIMU Library by <NAME>. (www.freeimu.com) which is open-source licensed under the GPL v3 License. This work is al...
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories <NAME>, <EMAIL> Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with San...
/******************************************************************************/ /* */ /* Unit Name : atmos.cpp */ /* ...
#include "msgpass/VarSyncMng.h" #include "msgpass/PackTransfer.h" #include <arcane/IParallelMng.h> #include <arcane/MeshVariableScalarRef.h> #include <arcane/MeshVariableArrayRef.h> #include <arcane/VariableBuildInfo.h> #include <thread> #include <mpi.h> /*------------------------------------------------------------...
/* * FILE: debug.cpp * PROGRAM: RAT * AUTHORS: <NAME> * <NAME> * <NAME> * <NAME> * <NAME> * * $Revision: 1.1 $ * $Date: 2007/11/08 09:48:59 $ * * Copyright (c) 1995-2000 University College London * Copyright (c) 2005-2021 CESNET, z. s. p. o. * All rights reserved. *...
// // Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. // #define UMDF_USING_NTSTATUS #include <ntstatus.h> #include <windows.h> #include <winternl.h> #include <iostream> #include <map> #include <string> #include <regex> #include <ntlsa....
// license:BSD-3-Clause // copyright-holders:<NAME> /*************************************************************************** HAR MadMax hardware **************************************************************************/ #include "emu.h" #include "includes/dcheese.h" /*************************************...
// Copyright 2021 <NAME> /// @file /// @brief Support for XMP protocols. /// @see https://github.com/crankyoldgit/IRremoteESP8266/issues/1414 /// @see http://www.hifi-remote.com/wiki/index.php/XMP // Supports: // Brand: Xfinity, Model: XR2 remote // Brand: Xfinity, Model: XR11 remote #include <algorithm> #inc...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
12