jackft2

Results 14 issues of jackft2

my CmakeList : cmake_minimum_required(VERSION 3.0 FATAL_ERROR) project(yolo-app) find_package( OpenCV 3.4.9 REQUIRED ) include_directories( ${OpenCV_INCLUDE_DIRS} ) message(${OpenCV_INCLUDE_DIRS}) find_package(Torch REQUIRED) aux_source_directory(. DIR_SRCS) add_executable(yolo-app ${DIR_SRCS}) target_link_libraries(yolo-app "${TORCH_LIBRARIES}" "${OpenCV_LIBS}") set_property(TARGET yolo-app PROPERTY CXX_STANDARD 11)...

> > > > I met the same error, did you solve it ? > > > > > > > > > Yes I have solved it > >...

Traceback (most recent call last): File "train.py", line 367, in main() File "train.py", line 327, in main train_log = train(config, train_loader, model, criterion, optimizer) File "train.py", line 112, in train...

/usr/local/lib/python3.6/dist-packages/torch/include/ATen/core/TensorBody.h:354:1: note: declared here T * data() const { ^ ~~ /home/ubuntu/workspace/MaskTextSpotterV3/maskrcnn_benchmark/csrc/cuda/SigmoidFocalLoss_cuda.cu:173:880: warning: ‘T* at::Tensor::data() const [with T = float]’ is deprecated: Tensor.data() is deprecated. Please use Tensor.data_ptr() instead. [-Wdeprecated-declarations]...

what's different between predictions and seg_predictions? what's different between words and seq_words?

what's package or anything others did I need to install