├── .github └── workflows │ └── CI.yml ├── .gitignore ├── CMakeLists.txt ├── Images ├── Install.png └── Samples.png ├── LICENSE ├── Poco-1.9.4 ├── Poco │ ├── ASCIIEncoding.h │ ├── AbstractCache.h │ ├── AbstractDelegate.h │ ├── AbstractEvent.h │ ├── AbstractObserver.h │ ├── AbstractPriorityDelegate.h │ ├── AbstractStrategy.h │ ├── AccessExpirationDecorator.h │ ├── AccessExpireCache.h │ ├── AccessExpireLRUCache.h │ ├── AccessExpireStrategy.h │ ├── ActiveDispatcher.h │ ├── ActiveMethod.h │ ├── ActiveResult.h │ ├── ActiveRunnable.h │ ├── ActiveStarter.h │ ├── Activity.h │ ├── Alignment.h │ ├── Any.h │ ├── ArchiveStrategy.h │ ├── Array.h │ ├── Ascii.h │ ├── AsyncChannel.h │ ├── AtomicCounter.h │ ├── AutoPtr.h │ ├── AutoReleasePool.h │ ├── Base32Decoder.h │ ├── Base32Encoder.h │ ├── Base64Decoder.h │ ├── Base64Encoder.h │ ├── BasicEvent.h │ ├── BinaryReader.h │ ├── BinaryWriter.h │ ├── Buffer.h │ ├── BufferAllocator.h │ ├── BufferedBidirectionalStreamBuf.h │ ├── BufferedStreamBuf.h │ ├── Bugcheck.h │ ├── ByteOrder.h │ ├── Channel.h │ ├── Checksum.h │ ├── ClassLibrary.h │ ├── ClassLoader.h │ ├── Clock.h │ ├── Condition.h │ ├── Config.h │ ├── Configurable.h │ ├── ConsoleChannel.h │ ├── CountingStream.h │ ├── DateTime.h │ ├── DateTimeFormat.h │ ├── DateTimeFormatter.h │ ├── DateTimeParser.h │ ├── Debugger.h │ ├── DefaultStrategy.h │ ├── DeflatingStream.h │ ├── Delegate.h │ ├── DigestEngine.h │ ├── DigestStream.h │ ├── DirectoryIterator.h │ ├── DirectoryIteratorStrategy.h │ ├── DirectoryIterator_UNIX.h │ ├── DirectoryIterator_WIN32.h │ ├── DirectoryIterator_WIN32U.h │ ├── DirectoryWatcher.h │ ├── Dynamic │ │ ├── Pair.h │ │ ├── Struct.h │ │ ├── Var.h │ │ ├── VarHolder.h │ │ └── VarIterator.h │ ├── DynamicAny.h │ ├── DynamicAnyHolder.h │ ├── DynamicFactory.h │ ├── DynamicStruct.h │ ├── Environment.h │ ├── Environment_UNIX.h │ ├── Environment_VX.h │ ├── Environment_WIN32.h │ ├── Environment_WIN32U.h │ ├── Environment_WINCE.h │ ├── Error.h │ ├── ErrorHandler.h │ ├── Event.h │ ├── EventArgs.h │ ├── EventChannel.h │ ├── EventLogChannel.h │ ├── Event_POSIX.h │ ├── Event_VX.h │ ├── Event_WIN32.h │ ├── Exception.h │ ├── ExpirationDecorator.h │ ├── Expire.h │ ├── ExpireCache.h │ ├── ExpireLRUCache.h │ ├── ExpireStrategy.h │ ├── FIFOBuffer.h │ ├── FIFOBufferStream.h │ ├── FIFOEvent.h │ ├── FIFOStrategy.h │ ├── FPEnvironment.h │ ├── FPEnvironment_C99.h │ ├── FPEnvironment_DEC.h │ ├── FPEnvironment_DUMMY.h │ ├── FPEnvironment_QNX.h │ ├── FPEnvironment_SUN.h │ ├── FPEnvironment_WIN32.h │ ├── File.h │ ├── FileChannel.h │ ├── FileStream.h │ ├── FileStreamFactory.h │ ├── FileStream_POSIX.h │ ├── FileStream_WIN32.h │ ├── File_UNIX.h │ ├── File_VX.h │ ├── File_WIN32.h │ ├── File_WIN32U.h │ ├── File_WINCE.h │ ├── Format.h │ ├── Formatter.h │ ├── FormattingChannel.h │ ├── Foundation.h │ ├── FunctionDelegate.h │ ├── FunctionPriorityDelegate.h │ ├── Glob.h │ ├── HMACEngine.h │ ├── Hash.h │ ├── HashFunction.h │ ├── HashMap.h │ ├── HashSet.h │ ├── HashStatistic.h │ ├── HashTable.h │ ├── HexBinaryDecoder.h │ ├── HexBinaryEncoder.h │ ├── InflatingStream.h │ ├── Instantiator.h │ ├── JSON │ │ ├── Array.h │ │ ├── Handler.h │ │ ├── JSON.h │ │ ├── JSONException.h │ │ ├── Object.h │ │ ├── ParseHandler.h │ │ ├── Parser.h │ │ ├── ParserImpl.h │ │ ├── PrintHandler.h │ │ ├── Query.h │ │ ├── Stringifier.h │ │ ├── Template.h │ │ └── TemplateCache.h │ ├── JSONString.h │ ├── KeyValueArgs.h │ ├── LRUCache.h │ ├── LRUStrategy.h │ ├── Latin1Encoding.h │ ├── Latin2Encoding.h │ ├── Latin9Encoding.h │ ├── LineEndingConverter.h │ ├── LinearHashTable.h │ ├── ListMap.h │ ├── LocalDateTime.h │ ├── LogFile.h │ ├── LogFile_STD.h │ ├── LogFile_WIN32.h │ ├── LogFile_WIN32U.h │ ├── LogStream.h │ ├── Logger.h │ ├── LoggingFactory.h │ ├── LoggingRegistry.h │ ├── MD4Engine.h │ ├── MD5Engine.h │ ├── Manifest.h │ ├── MemoryPool.h │ ├── MemoryStream.h │ ├── Message.h │ ├── MetaObject.h │ ├── MetaProgramming.h │ ├── Mutex.h │ ├── Mutex_POSIX.h │ ├── Mutex_VX.h │ ├── Mutex_WIN32.h │ ├── Mutex_WINCE.h │ ├── NObserver.h │ ├── NamedEvent.h │ ├── NamedEvent_Android.h │ ├── NamedEvent_UNIX.h │ ├── NamedEvent_WIN32.h │ ├── NamedEvent_WIN32U.h │ ├── NamedMutex.h │ ├── NamedMutex_Android.h │ ├── NamedMutex_UNIX.h │ ├── NamedMutex_WIN32.h │ ├── NamedMutex_WIN32U.h │ ├── NamedTuple.h │ ├── NestedDiagnosticContext.h │ ├── Notification.h │ ├── NotificationCenter.h │ ├── NotificationQueue.h │ ├── NotificationStrategy.h │ ├── NullChannel.h │ ├── NullStream.h │ ├── Nullable.h │ ├── NumberFormatter.h │ ├── NumberParser.h │ ├── NumericString.h │ ├── ObjectPool.h │ ├── Observer.h │ ├── Optional.h │ ├── PBKDF2Engine.h │ ├── Path.h │ ├── Path_UNIX.h │ ├── Path_WIN32.h │ ├── Path_WIN32U.h │ ├── Path_WINCE.h │ ├── PatternFormatter.h │ ├── Pipe.h │ ├── PipeImpl.h │ ├── PipeImpl_DUMMY.h │ ├── PipeImpl_POSIX.h │ ├── PipeImpl_WIN32.h │ ├── PipeStream.h │ ├── Platform.h │ ├── Platform_POSIX.h │ ├── Platform_VX.h │ ├── Platform_WIN32.h │ ├── Poco.h │ ├── PriorityDelegate.h │ ├── PriorityEvent.h │ ├── PriorityExpire.h │ ├── PriorityNotificationQueue.h │ ├── PriorityStrategy.h │ ├── Process.h │ ├── Process_UNIX.h │ ├── Process_VX.h │ ├── Process_WIN32.h │ ├── Process_WIN32U.h │ ├── Process_WINCE.h │ ├── PurgeStrategy.h │ ├── RWLock.h │ ├── RWLock_Android.h │ ├── RWLock_POSIX.h │ ├── RWLock_VX.h │ ├── RWLock_WIN32.h │ ├── RWLock_WINCE.h │ ├── Random.h │ ├── RandomStream.h │ ├── RecursiveDirectoryIterator.h │ ├── RecursiveDirectoryIteratorImpl.h │ ├── RefCountedObject.h │ ├── RegularExpression.h │ ├── RotateStrategy.h │ ├── Runnable.h │ ├── RunnableAdapter.h │ ├── SHA1Engine.h │ ├── ScopedLock.h │ ├── ScopedUnlock.h │ ├── Semaphore.h │ ├── Semaphore_POSIX.h │ ├── Semaphore_VX.h │ ├── Semaphore_WIN32.h │ ├── SharedLibrary.h │ ├── SharedLibrary_HPUX.h │ ├── SharedLibrary_UNIX.h │ ├── SharedLibrary_VX.h │ ├── SharedLibrary_WIN32.h │ ├── SharedLibrary_WIN32U.h │ ├── SharedMemory.h │ ├── SharedMemory_DUMMY.h │ ├── SharedMemory_POSIX.h │ ├── SharedMemory_WIN32.h │ ├── SharedPtr.h │ ├── SignalHandler.h │ ├── SimpleFileChannel.h │ ├── SimpleHashTable.h │ ├── SingletonHolder.h │ ├── SortedDirectoryIterator.h │ ├── SplitterChannel.h │ ├── Stopwatch.h │ ├── StrategyCollection.h │ ├── StreamChannel.h │ ├── StreamConverter.h │ ├── StreamCopier.h │ ├── StreamTokenizer.h │ ├── StreamUtil.h │ ├── String.h │ ├── StringTokenizer.h │ ├── SynchronizedObject.h │ ├── SyslogChannel.h │ ├── Task.h │ ├── TaskManager.h │ ├── TaskNotification.h │ ├── TeeStream.h │ ├── TemporaryFile.h │ ├── TextBufferIterator.h │ ├── TextConverter.h │ ├── TextEncoding.h │ ├── TextIterator.h │ ├── Thread.h │ ├── ThreadLocal.h │ ├── ThreadPool.h │ ├── ThreadTarget.h │ ├── Thread_POSIX.h │ ├── Thread_VX.h │ ├── Thread_WIN32.h │ ├── Thread_WINCE.h │ ├── TimedNotificationQueue.h │ ├── Timer.h │ ├── Timespan.h │ ├── Timestamp.h │ ├── Timezone.h │ ├── Token.h │ ├── Tuple.h │ ├── TypeList.h │ ├── Types.h │ ├── URI.h │ ├── URIStreamFactory.h │ ├── URIStreamOpener.h │ ├── UTF16Encoding.h │ ├── UTF32Encoding.h │ ├── UTF8Encoding.h │ ├── UTF8String.h │ ├── UTFString.h │ ├── UUID.h │ ├── UUIDGenerator.h │ ├── UnWindows.h │ ├── UnbufferedStreamBuf.h │ ├── Unicode.h │ ├── UnicodeConverter.h │ ├── UniqueAccessExpireCache.h │ ├── UniqueAccessExpireLRUCache.h │ ├── UniqueAccessExpireStrategy.h │ ├── UniqueExpireCache.h │ ├── UniqueExpireLRUCache.h │ ├── UniqueExpireStrategy.h │ ├── ValidArgs.h │ ├── Version.h │ ├── Void.h │ ├── Windows1250Encoding.h │ ├── Windows1251Encoding.h │ ├── Windows1252Encoding.h │ ├── WindowsConsoleChannel.h │ ├── zconf.h │ └── zlib.h ├── bin │ ├── PocoFoundation64.dll │ ├── PocoFoundation64d.dll │ ├── PocoJSON64.dll │ └── PocoJSON64d.dll └── lib │ └── x64 │ ├── PocoFoundation.lib │ ├── PocoFoundationd.lib │ ├── PocoJSON.lib │ └── PocoJSONd.lib ├── README.md ├── Scripts ├── install.bat └── ps │ ├── Modules │ ├── Disk │ │ └── Disk.psm1 │ └── Download │ │ └── Download.psm1 │ ├── _action.ps1 │ ├── _download.ps1 │ ├── _info.ps1 │ ├── _operations.ps1 │ ├── _verify.ps1 │ └── install.ps1 ├── SemanticSegmentation-Libtorch.sln ├── convert.py ├── include ├── DataSet │ ├── COCODataSet.h │ └── COCODetection.h ├── cocoapi │ ├── cocoNote.h │ ├── mask.h │ └── mask_api.h ├── loss.h ├── models │ ├── IntermediateLayerGetter.h │ ├── resnet.h │ └── segmentation │ │ ├── DeeplabV3.h │ │ └── SegmentationModel.h ├── training.h └── utills │ ├── metric_logger.h │ └── transforms.h └── src ├── DataSet ├── COCODataSet.cpp └── COCODetection.cpp ├── SemanticSegmentation-Libtorch.vcxproj ├── SemanticSegmentation-Libtorch.vcxproj.filters ├── SemanticSegmentation-Libtorch.vcxproj.user ├── cocoapi ├── cocoNote.cpp ├── mask.cpp └── mask_api.cpp ├── main.cpp ├── models ├── IntermediateLayerGetter.cpp ├── resnet.cpp └── segmentation │ ├── DeeplabV3.cpp │ └── SegmentationModel.cpp └── utills ├── metric_logger.cpp └── transforms.cpp /.github/workflows/CI.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/.github/workflows/CI.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vs/ 2 | Debug/ 3 | Release/ 4 | build/ 5 | -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Images/Install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Images/Install.png -------------------------------------------------------------------------------- /Images/Samples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Images/Samples.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/LICENSE -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ASCIIEncoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ASCIIEncoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractDelegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractEvent.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractObserver.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractPriorityDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractPriorityDelegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AbstractStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AbstractStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AccessExpirationDecorator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AccessExpirationDecorator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AccessExpireCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AccessExpireCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AccessExpireLRUCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AccessExpireLRUCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AccessExpireStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AccessExpireStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ActiveDispatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ActiveDispatcher.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ActiveMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ActiveMethod.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ActiveResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ActiveResult.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ActiveRunnable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ActiveRunnable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ActiveStarter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ActiveStarter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Activity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Activity.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Alignment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Alignment.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Any.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Any.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ArchiveStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ArchiveStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Array.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Ascii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Ascii.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AsyncChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AsyncChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AtomicCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AtomicCounter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AutoPtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AutoPtr.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/AutoReleasePool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/AutoReleasePool.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Base32Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Base32Decoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Base32Encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Base32Encoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Base64Decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Base64Decoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Base64Encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Base64Encoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BasicEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BasicEvent.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BinaryReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BinaryReader.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BinaryWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BinaryWriter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Buffer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BufferAllocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BufferAllocator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BufferedBidirectionalStreamBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BufferedBidirectionalStreamBuf.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/BufferedStreamBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/BufferedStreamBuf.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Bugcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Bugcheck.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ByteOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ByteOrder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Channel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Channel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Checksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Checksum.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ClassLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ClassLibrary.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ClassLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ClassLoader.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Clock.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Condition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Condition.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Config.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Configurable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Configurable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ConsoleChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ConsoleChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/CountingStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/CountingStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DateTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DateTime.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DateTimeFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DateTimeFormat.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DateTimeFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DateTimeFormatter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DateTimeParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DateTimeParser.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Debugger.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DefaultStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DefaultStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DeflatingStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DeflatingStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Delegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Delegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DigestEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DigestEngine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DigestStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DigestStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryIteratorStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryIteratorStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryIterator_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryIterator_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryIterator_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryIterator_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryIterator_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryIterator_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DirectoryWatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DirectoryWatcher.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Dynamic/Pair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Dynamic/Pair.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Dynamic/Struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Dynamic/Struct.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Dynamic/Var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Dynamic/Var.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Dynamic/VarHolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Dynamic/VarHolder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Dynamic/VarIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Dynamic/VarIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DynamicAny.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DynamicAny.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DynamicAnyHolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DynamicAnyHolder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DynamicFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DynamicFactory.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/DynamicStruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/DynamicStruct.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Environment_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Environment_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Error.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ErrorHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ErrorHandler.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Event.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/EventArgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/EventArgs.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/EventChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/EventChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/EventLogChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/EventLogChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Event_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Event_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Event_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Event_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Event_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Event_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Exception.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ExpirationDecorator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ExpirationDecorator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Expire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Expire.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ExpireCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ExpireCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ExpireLRUCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ExpireLRUCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ExpireStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ExpireStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FIFOBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FIFOBuffer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FIFOBufferStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FIFOBufferStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FIFOEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FIFOEvent.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FIFOStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FIFOStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_C99.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_C99.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_DEC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_DEC.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_DUMMY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_DUMMY.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_QNX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_QNX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_SUN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_SUN.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FPEnvironment_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FPEnvironment_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FileChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FileChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FileStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FileStreamFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FileStreamFactory.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FileStream_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FileStream_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FileStream_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FileStream_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/File_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/File_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Format.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Formatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Formatter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FormattingChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FormattingChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Foundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Foundation.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FunctionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FunctionDelegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/FunctionPriorityDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/FunctionPriorityDelegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Glob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Glob.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HMACEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HMACEngine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Hash.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HashFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HashFunction.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HashMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HashMap.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HashSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HashSet.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HashStatistic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HashStatistic.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HashTable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HexBinaryDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HexBinaryDecoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/HexBinaryEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/HexBinaryEncoder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/InflatingStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/InflatingStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Instantiator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Instantiator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Array.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Handler.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/JSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/JSON.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/JSONException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/JSONException.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Object.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/ParseHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/ParseHandler.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Parser.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/ParserImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/ParserImpl.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/PrintHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/PrintHandler.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Query.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Stringifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Stringifier.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/Template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/Template.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSON/TemplateCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSON/TemplateCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/JSONString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/JSONString.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/KeyValueArgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/KeyValueArgs.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LRUCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LRUCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LRUStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LRUStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Latin1Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Latin1Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Latin2Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Latin2Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Latin9Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Latin9Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LineEndingConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LineEndingConverter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LinearHashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LinearHashTable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ListMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ListMap.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LocalDateTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LocalDateTime.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LogFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LogFile.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LogFile_STD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LogFile_STD.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LogFile_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LogFile_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LogFile_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LogFile_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LogStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LogStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Logger.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LoggingFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LoggingFactory.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/LoggingRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/LoggingRegistry.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MD4Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MD4Engine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MD5Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MD5Engine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Manifest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Manifest.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MemoryPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MemoryPool.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MemoryStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MemoryStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Message.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MetaObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MetaObject.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/MetaProgramming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/MetaProgramming.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Mutex.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Mutex_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Mutex_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Mutex_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Mutex_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Mutex_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Mutex_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Mutex_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Mutex_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NObserver.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedEvent.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedEvent_Android.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedEvent_Android.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedEvent_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedEvent_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedEvent_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedEvent_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedEvent_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedEvent_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedMutex.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedMutex_Android.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedMutex_Android.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedMutex_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedMutex_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedMutex_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedMutex_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedMutex_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedMutex_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NamedTuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NamedTuple.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NestedDiagnosticContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NestedDiagnosticContext.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Notification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Notification.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NotificationCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NotificationCenter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NotificationQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NotificationQueue.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NotificationStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NotificationStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NullChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NullChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NullStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NullStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Nullable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Nullable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NumberFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NumberFormatter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NumberParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NumberParser.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/NumericString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/NumericString.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ObjectPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ObjectPool.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Observer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Observer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Optional.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Optional.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PBKDF2Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PBKDF2Engine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Path.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Path_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Path_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Path_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Path_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Path_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Path_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Path_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Path_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PatternFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PatternFormatter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Pipe.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PipeImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PipeImpl.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PipeImpl_DUMMY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PipeImpl_DUMMY.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PipeImpl_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PipeImpl_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PipeImpl_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PipeImpl_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PipeStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PipeStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Platform.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Platform_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Platform_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Platform_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Platform_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Platform_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Platform_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Poco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Poco.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PriorityDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PriorityDelegate.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PriorityEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PriorityEvent.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PriorityExpire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PriorityExpire.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PriorityNotificationQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PriorityNotificationQueue.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PriorityStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PriorityStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Process_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Process_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/PurgeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/PurgeStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock_Android.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock_Android.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RWLock_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RWLock_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Random.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RandomStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RandomStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RecursiveDirectoryIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RecursiveDirectoryIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RecursiveDirectoryIteratorImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RecursiveDirectoryIteratorImpl.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RefCountedObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RefCountedObject.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RegularExpression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RegularExpression.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RotateStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RotateStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Runnable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Runnable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/RunnableAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/RunnableAdapter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SHA1Engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SHA1Engine.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ScopedLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ScopedLock.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ScopedUnlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ScopedUnlock.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Semaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Semaphore.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Semaphore_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Semaphore_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Semaphore_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Semaphore_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Semaphore_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Semaphore_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary_HPUX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary_HPUX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary_UNIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary_UNIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedLibrary_WIN32U.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedLibrary_WIN32U.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedMemory.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedMemory_DUMMY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedMemory_DUMMY.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedMemory_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedMemory_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedMemory_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedMemory_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SharedPtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SharedPtr.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SignalHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SignalHandler.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SimpleFileChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SimpleFileChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SimpleHashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SimpleHashTable.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SingletonHolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SingletonHolder.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SortedDirectoryIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SortedDirectoryIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SplitterChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SplitterChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Stopwatch.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StrategyCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StrategyCollection.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StreamChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StreamChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StreamConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StreamConverter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StreamCopier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StreamCopier.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StreamTokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StreamTokenizer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StreamUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StreamUtil.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/String.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/StringTokenizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/StringTokenizer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SynchronizedObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SynchronizedObject.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/SyslogChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/SyslogChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Task.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TaskManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TaskManager.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TaskNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TaskNotification.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TeeStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TeeStream.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TemporaryFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TemporaryFile.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TextBufferIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TextBufferIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TextConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TextConverter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TextEncoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TextEncoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TextIterator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TextIterator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Thread.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ThreadLocal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ThreadLocal.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ThreadPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ThreadPool.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ThreadTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ThreadTarget.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Thread_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Thread_POSIX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Thread_VX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Thread_VX.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Thread_WIN32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Thread_WIN32.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Thread_WINCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Thread_WINCE.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TimedNotificationQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TimedNotificationQueue.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Timer.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Timespan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Timespan.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Timestamp.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Timezone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Timezone.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Token.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Tuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Tuple.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/TypeList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/TypeList.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Types.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/URI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/URI.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/URIStreamFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/URIStreamFactory.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/URIStreamOpener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/URIStreamOpener.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UTF16Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UTF16Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UTF32Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UTF32Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UTF8Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UTF8Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UTF8String.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UTF8String.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UTFString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UTFString.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UUID.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UUIDGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UUIDGenerator.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UnWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UnWindows.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UnbufferedStreamBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UnbufferedStreamBuf.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Unicode.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UnicodeConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UnicodeConverter.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueAccessExpireCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueAccessExpireCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueAccessExpireLRUCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueAccessExpireLRUCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueAccessExpireStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueAccessExpireStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueExpireCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueExpireCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueExpireLRUCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueExpireLRUCache.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/UniqueExpireStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/UniqueExpireStrategy.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/ValidArgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/ValidArgs.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Version.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Void.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Void.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Windows1250Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Windows1250Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Windows1251Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Windows1251Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/Windows1252Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/Windows1252Encoding.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/WindowsConsoleChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/WindowsConsoleChannel.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/zconf.h -------------------------------------------------------------------------------- /Poco-1.9.4/Poco/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/Poco/zlib.h -------------------------------------------------------------------------------- /Poco-1.9.4/bin/PocoFoundation64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/bin/PocoFoundation64.dll -------------------------------------------------------------------------------- /Poco-1.9.4/bin/PocoFoundation64d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/bin/PocoFoundation64d.dll -------------------------------------------------------------------------------- /Poco-1.9.4/bin/PocoJSON64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/bin/PocoJSON64.dll -------------------------------------------------------------------------------- /Poco-1.9.4/bin/PocoJSON64d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/bin/PocoJSON64d.dll -------------------------------------------------------------------------------- /Poco-1.9.4/lib/x64/PocoFoundation.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/lib/x64/PocoFoundation.lib -------------------------------------------------------------------------------- /Poco-1.9.4/lib/x64/PocoFoundationd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/lib/x64/PocoFoundationd.lib -------------------------------------------------------------------------------- /Poco-1.9.4/lib/x64/PocoJSON.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/lib/x64/PocoJSON.lib -------------------------------------------------------------------------------- /Poco-1.9.4/lib/x64/PocoJSONd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Poco-1.9.4/lib/x64/PocoJSONd.lib -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/install.bat -------------------------------------------------------------------------------- /Scripts/ps/Modules/Disk/Disk.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/Modules/Disk/Disk.psm1 -------------------------------------------------------------------------------- /Scripts/ps/Modules/Download/Download.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/Modules/Download/Download.psm1 -------------------------------------------------------------------------------- /Scripts/ps/_action.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/_action.ps1 -------------------------------------------------------------------------------- /Scripts/ps/_download.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/_download.ps1 -------------------------------------------------------------------------------- /Scripts/ps/_info.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/_info.ps1 -------------------------------------------------------------------------------- /Scripts/ps/_operations.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/_operations.ps1 -------------------------------------------------------------------------------- /Scripts/ps/_verify.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/_verify.ps1 -------------------------------------------------------------------------------- /Scripts/ps/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/Scripts/ps/install.ps1 -------------------------------------------------------------------------------- /SemanticSegmentation-Libtorch.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/SemanticSegmentation-Libtorch.sln -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/convert.py -------------------------------------------------------------------------------- /include/DataSet/COCODataSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/DataSet/COCODataSet.h -------------------------------------------------------------------------------- /include/DataSet/COCODetection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/DataSet/COCODetection.h -------------------------------------------------------------------------------- /include/cocoapi/cocoNote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/cocoapi/cocoNote.h -------------------------------------------------------------------------------- /include/cocoapi/mask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/cocoapi/mask.h -------------------------------------------------------------------------------- /include/cocoapi/mask_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/cocoapi/mask_api.h -------------------------------------------------------------------------------- /include/loss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/loss.h -------------------------------------------------------------------------------- /include/models/IntermediateLayerGetter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/models/IntermediateLayerGetter.h -------------------------------------------------------------------------------- /include/models/resnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/models/resnet.h -------------------------------------------------------------------------------- /include/models/segmentation/DeeplabV3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/models/segmentation/DeeplabV3.h -------------------------------------------------------------------------------- /include/models/segmentation/SegmentationModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/models/segmentation/SegmentationModel.h -------------------------------------------------------------------------------- /include/training.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/training.h -------------------------------------------------------------------------------- /include/utills/metric_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/utills/metric_logger.h -------------------------------------------------------------------------------- /include/utills/transforms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/include/utills/transforms.h -------------------------------------------------------------------------------- /src/DataSet/COCODataSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/DataSet/COCODataSet.cpp -------------------------------------------------------------------------------- /src/DataSet/COCODetection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/DataSet/COCODetection.cpp -------------------------------------------------------------------------------- /src/SemanticSegmentation-Libtorch.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/SemanticSegmentation-Libtorch.vcxproj -------------------------------------------------------------------------------- /src/SemanticSegmentation-Libtorch.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/SemanticSegmentation-Libtorch.vcxproj.filters -------------------------------------------------------------------------------- /src/SemanticSegmentation-Libtorch.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/SemanticSegmentation-Libtorch.vcxproj.user -------------------------------------------------------------------------------- /src/cocoapi/cocoNote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/cocoapi/cocoNote.cpp -------------------------------------------------------------------------------- /src/cocoapi/mask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/cocoapi/mask.cpp -------------------------------------------------------------------------------- /src/cocoapi/mask_api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/cocoapi/mask_api.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/models/IntermediateLayerGetter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/models/IntermediateLayerGetter.cpp -------------------------------------------------------------------------------- /src/models/resnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/models/resnet.cpp -------------------------------------------------------------------------------- /src/models/segmentation/DeeplabV3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/models/segmentation/DeeplabV3.cpp -------------------------------------------------------------------------------- /src/models/segmentation/SegmentationModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/models/segmentation/SegmentationModel.cpp -------------------------------------------------------------------------------- /src/utills/metric_logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/utills/metric_logger.cpp -------------------------------------------------------------------------------- /src/utills/transforms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navifra-Kerry/SemanticSegmentation-Libtorch/HEAD/src/utills/transforms.cpp --------------------------------------------------------------------------------