driedfish
driedfish
I just delete "f" and add "format", it works for me, but I'm not sure whether it works for you: plt.savefig("output/{}.jpg".format(filename), bbox_inches="tight", pad_inches=0.0)
# Merge overlapping bboxes by order of confidence You can try to add 1e-16 to denominator. That works for me.
@Duankaiwen I've deleted the compiled folders(build and cpools-xxxxxxxx.egg) and recompiled the corner pool layer, but It doesn't work. Did I miss something?
I delete all compiled files and recompile the corner pooling layers, but the same error comes up. RuntimeError: Expected object of type Variable but found type CUDAType for argument #0...
@Duankaiwen kun@pupa:~/master/CenterNet-master$ python3 train.py CenterNet-104 loading all datasets... using 4 threads loading from cache file: cache/coco_trainval2014.pkl No cache file found... loading annotations into memory... Done (t=14.11s) creating index... index created!...
bottom_pool.cpp (other 3 cpp files are similar to this one) #include #include std::vector pool_forward( at::Tensor input ) { // Initialize output at::Tensor output = at::zeros_like(input); // Get height int64_t height...
@li10141110, have you solved the problem?