dvlee1024
dvlee1024
``` => STEP 748 lr: 0.000598 giou_loss: 2.10 conf_loss: 6.18 prob_loss: 0.03 total_loss: 8.31 => STEP 749 lr: 0.000599 giou_loss: 2.54 conf_loss: 6.51 prob_loss: 0.02 total_loss: 9.07 => STEP 750...
I am a newbie to YOLOv3. Recently, I am working on training my dataset by YOLOv3 and want to run on my TX2. So, It is my fortune to follow...
没看懂这部分代码,生成的图片没用上吗? ``` if self.data_aug: image, bboxes = self.random_horizontal_flip(np.copy(image), np.copy(bboxes)) image, bboxes = self.random_crop(np.copy(image), np.copy(bboxes)) image, bboxes = self.random_translate(np.copy(image), np.copy(bboxes)) ```
I want to draw crosses between images as below. Is there any APIs can implement? 
My current solution is here: 1. copy EasyJsonParser library from "UE_4.26\Engine\Plugins\Marketplace" folder to my project plugin folder. 2. add the following code into my project's `bulid.cs` . ``` PrivateDependencyModuleNames.AddRange(new string[]...