PiLab-CAU / ComputerVision-2401

Computer Vision Course 2024-01
Apache License 2.0
9 stars 3 forks source link

[Lecture 9] Calculating Output feature size #56

Closed junehyeok129 closed 3 months ago

junehyeok129 commented 3 months ago
스크린샷 2024-06-18 22 08 27

If I calculated the output feature size and the decimal point comes out, how do I deal with the decimal point?

sumin819 commented 3 months ago

In my opinion, If the result is a decimal, it seems that you should use flooring to discard the decimal part and keep only the integer part.

yjyoo3312 commented 3 months ago

@junehyeok129 @sumin819 Thank you for the comment and the correct answer:)