engineer1109

Results 70 comments of engineer1109

Windows release need waiting. Linux is ok now.

TensorFlow 1.4.1 Evaluating detections Writing dr0 VOC results file Writing dr1 VOC results file Writing dr2 VOC results file Writing dr3 VOC results file Writing dr4 VOC results file VOC07...

@philokey You need to increase numbers of GPUs so as to increase batch_size

@mattparks I am writing a project for vulkan: https://github.com/engineer1109/LearnVulkan The project contains the above codes. I hope this will help you. You can see the swapchain recreation while resizing window...

I found your code is crashed on this while resizing : Graphics.cpp: 354 vkCmdBeginRenderPass(*commandBuffer, &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE); GDB stack info 1 ?? 0x7fffe198c69b 2 ?? 0x7fffe19cf33b 3 ?? 0x7fffe19cf4ac 4 ??...

The getAssetPath is an Absolute Path. And it is defined in your cmake.

I suggest to write a smart file checker function for both relative and absolute path. ``` #ifndef VULKAN_BASICENGINE_FILESYSTEM_H #define VULKAN_BASICENGINE_FILESYSTEM_H #include #include #include class FS{ public: static std::string getAssetPath(std::string p){...

@lewes6369 I am using tensorrt5. Do you manually configure the path of tensorrt (cmake ..)? Or auto.